#32037D

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

Shades of Persian Indigo #32037D

Tints of Persian Indigo #32037D

Color information

#32037D (or 0x32037D) is unknown color: approx Persian Indigo. HEX triplet: 32, 03 and 7D. RGB value is (50,3,125). Sum of RGB (Red+Green+Blue) = 50+3+125=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #32037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32037D is #CDFC82. Grayscale: #1E1E1E. Windows color (decimal): -13499523 or 8192818. OLE color: 8192818.

HSL color Cylindrical-coordinate representation of color #32037D: hue angle of 263.11º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32037D is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB503125-
CMYK0.600.9800.51
HSL263.11º95.31%25.1%-
HSV(B)263.11º97.6%49.02%-
XYZ5.052.2219.57-
YUV30.96181.07141.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 125 (49.22% from 255) = 70.22%
R=28.09%
G=1.69%
B=70.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5031250.600.9800.51263.1195.3125.1
Hex3237D3C620331075f19
Octal6231757414206340713731
Binary11001011111110111110011000100110011100000111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32037D; }

 p { color: rgb(50,3,125); }

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

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

 a { background-color: rgb(50,3,125); }

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

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

 span { border-color: rgb(50,3,125); }

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