#320872

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

Shades of Persian Indigo #320872

Tints of Persian Indigo #320872

Color information

#320872 (or 0x320872) is unknown color: approx Persian Indigo. HEX triplet: 32, 08 and 72. RGB value is (50,8,114). Sum of RGB (Red+Green+Blue) = 50+8+114=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #320872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320872 is #CDF78D. Grayscale: #202020. Windows color (decimal): -13498254 or 7473202. OLE color: 7473202.

HSL color Cylindrical-coordinate representation of color #320872: hue angle of 263.77º 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 #320872 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB508114-
CMYK0.560.9300.55
HSL263.77º86.89%23.92%-
HSV(B)263.77º92.98%44.71%-
XYZ4.442.0716.08-
YUV32.64173.91140.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 114 (44.92% from 255) = 66.28%
R=29.07%
G=4.65%
B=66.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5081140.560.9300.55263.7786.8923.92
Hex32872385D0371085718
Octal62101627013506741012730
Binary1100101000111001011100010111010110111100001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320872; }

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

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

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

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

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

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

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

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