#320870

Color #320870 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #320870

Tints of Persian Indigo #320870

Color information

#320870 (or 0x320870) is unknown color: approx Persian Indigo. HEX triplet: 32, 08 and 70. RGB value is (50,8,112). Sum of RGB (Red+Green+Blue) = 50+8+112=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #320870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320870 is #CDF78F. Grayscale: #202020. Windows color (decimal): -13498256 or 7342130. OLE color: 7342130.

HSL color Cylindrical-coordinate representation of color #320870: hue angle of 264.23º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320870 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB508112-
CMYK0.550.9300.56
HSL264.23º86.67%23.53%-
HSV(B)264.23º92.86%43.92%-
XYZ4.332.0215.49-
YUV32.41172.91140.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 112 (44.14% from 255) = 65.88%
R=29.41%
G=4.71%
B=65.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5081120.550.9300.56264.2386.6723.53
Hex32870375D0381085718
Octal62101606713507041012730
Binary1100101000111000011011110111010111000100001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320870; }

 p { color: rgb(50,8,112); }

 H1.HeaderClassName
 {
   color: #320870;
 }
 .AnyTagClassName
 {
   color: #320870;
 }
</style>
background-color css

<style>
 a { background-color: #320870; }

 a { background-color: rgb(50,8,112); }

 div.DivClassName
 {
   background-color: #320870;
 }
 .BgClassName
 {
   background-color: #320870;
 }
</style>
border-color css

<style>
 span { border-color: #320870; }

 span { border-color: rgb(50,8,112); }

 td.TdClassName
 {
   border-color: #320870;
 }
 .TagClassName
 {
   border-color: #320870;
 }
</style>