#401872

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

Shades of Persian Indigo #401872

Tints of Persian Indigo #401872

Color information

#401872 (or 0x401872) is unknown color: approx Persian Indigo. HEX triplet: 40, 18 and 72. RGB value is (64,24,114). Sum of RGB (Red+Green+Blue) = 64+24+114=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #401872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401872 is #BFE78D. Grayscale: #2D2D2D. Windows color (decimal): -12576654 or 7477312. OLE color: 7477312.

HSL color Cylindrical-coordinate representation of color #401872: hue angle of 266.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401872 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6424114-
CMYK0.440.7900.55
HSL266.67º65.22%27.06%-
HSV(B)266.67º78.95%44.71%-
XYZ5.482.9616.2-
YUV46.22166.25140.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 24 (9.77% from 255) = 11.88%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=31.68%
G=11.88%
B=56.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64241140.440.7900.55266.6765.2227.06
Hex4018722C4F03710b411b
Octal100301625411706741310133
Binary100000011000111001010110010011110110111100001011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401872; }

 p { color: rgb(64,24,114); }

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

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

 a { background-color: rgb(64,24,114); }

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

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

 span { border-color: rgb(64,24,114); }

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