#421489

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

Shades of Persian Indigo #421489

Tints of Persian Indigo #421489

Color information

#421489 (or 0x421489) is unknown color: approx Persian Indigo. HEX triplet: 42, 14 and 89. RGB value is (66,20,137). Sum of RGB (Red+Green+Blue) = 66+20+137=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #421489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421489 is #BDEB76. Grayscale: #2E2E2E. Windows color (decimal): -12446583 or 8983618. OLE color: 8983618.

HSL color Cylindrical-coordinate representation of color #421489: hue angle of 263.59º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421489 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6620137-
CMYK0.520.8500.46
HSL263.59º74.52%30.78%-
HSV(B)263.59º85.4%53.73%-
XYZ7.013.4623.97-
YUV47.09178.74141.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 137 (53.91% from 255) = 61.43%
R=29.60%
G=8.97%
B=61.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66201370.520.8500.46263.5974.5230.78
Hex421489345502E1084b1f
Octal102242116412505641011337
Binary1000010101001000100111010010101010101110100001000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421489; }

 p { color: rgb(66,20,137); }

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

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

 a { background-color: rgb(66,20,137); }

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

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

 span { border-color: rgb(66,20,137); }

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