#421873

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

Shades of Persian Indigo #421873

Tints of Persian Indigo #421873

Color information

#421873 (or 0x421873) is unknown color: approx Persian Indigo. HEX triplet: 42, 18 and 73. RGB value is (66,24,115). Sum of RGB (Red+Green+Blue) = 66+24+115=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #421873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421873 is #BDE78C. Grayscale: #2E2E2E. Windows color (decimal): -12445581 or 7542850. OLE color: 7542850.

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

Color convert

RGB6624115-
CMYK0.430.7900.55
HSL267.69º65.47%27.25%-
HSV(B)267.69º79.13%45.1%-
XYZ5.673.0516.51-
YUV46.93166.41141.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=32.20%
G=11.71%
B=56.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66241150.430.7900.55267.6965.4727.25
Hex4218732B4F03710c411b
Octal102301635311706741410133
Binary100001011000111001110101110011110110111100001100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421873; }

 p { color: rgb(66,24,115); }

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

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

 a { background-color: rgb(66,24,115); }

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

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

 span { border-color: rgb(66,24,115); }

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