#421287

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

Shades of Persian Indigo #421287

Tints of Persian Indigo #421287

Color information

#421287 (or 0x421287) is unknown color: approx Persian Indigo. HEX triplet: 42, 12 and 87. RGB value is (66,18,135). Sum of RGB (Red+Green+Blue) = 66+18+135=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #421287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421287 is #BDED78. Grayscale: #2D2D2D. Windows color (decimal): -12447097 or 8852034. OLE color: 8852034.

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

Color convert

RGB6618135-
CMYK0.510.8700.47
HSL264.62º76.47%30%-
HSV(B)264.62º86.67%52.94%-
XYZ6.843.3423.21-
YUV45.69178.4142.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 135 (53.12% from 255) = 61.64%
R=30.14%
G=8.22%
B=61.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66181350.510.8700.47264.6276.4730
Hex421287335702F1094c1e
Octal102222076312705741111436
Binary1000010100101000011111001110101110101111100001001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421287; }

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

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

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

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

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

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

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

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