#421487

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

Shades of Persian Indigo #421487

Tints of Persian Indigo #421487

Color information

#421487 (or 0x421487) is unknown color: approx Persian Indigo. HEX triplet: 42, 14 and 87. RGB value is (66,20,135). Sum of RGB (Red+Green+Blue) = 66+20+135=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #421487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421487 is #BDEB78. Grayscale: #2E2E2E. Windows color (decimal): -12446585 or 8852546. OLE color: 8852546.

HSL color Cylindrical-coordinate representation of color #421487: hue angle of 264º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421487 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6620135-
CMYK0.510.8500.47
HSL264º74.19%30.39%-
HSV(B)264º85.19%52.94%-
XYZ6.873.4123.22-
YUV46.86177.74141.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 20 (8.20% from 255) = 9.05%
BLUE value IS 135 (53.12% from 255) = 61.09%
R=29.86%
G=9.05%
B=61.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66201350.510.8500.4726474.1930.39
Hex421487335502F1084a1e
Octal102242076312505741011236
Binary1000010101001000011111001110101010101111100001000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421487; }

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

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

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

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

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

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

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

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