#320874

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

Shades of Persian Indigo #320874

Tints of Persian Indigo #320874

Color information

#320874 (or 0x320874) is unknown color: approx Persian Indigo. HEX triplet: 32, 08 and 74. RGB value is (50,8,116). Sum of RGB (Red+Green+Blue) = 50+8+116=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #320874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320874 is #CDF78B. Grayscale: #202020. Windows color (decimal): -13498252 or 7604274. OLE color: 7604274.

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

Color convert

RGB508116-
CMYK0.570.9300.55
HSL263.33º87.1%24.31%-
HSV(B)263.33º93.1%45.49%-
XYZ4.552.1116.69-
YUV32.87174.91140.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.74%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 116 (45.70% from 255) = 66.67%
R=28.74%
G=4.60%
B=66.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5081160.570.9300.55263.3387.124.31
Hex32874395D0371075718
Octal62101647113506740712730
Binary1100101000111010011100110111010110111100000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320874; }

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

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

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

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

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

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

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

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