#42128E

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

Shades of Persian Indigo #42128E

Tints of Persian Indigo #42128E

Color information

#42128E (or 0x42128E) is unknown color: approx Persian Indigo. HEX triplet: 42, 12 and 8E. RGB value is (66,18,142). Sum of RGB (Red+Green+Blue) = 66+18+142=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #42128E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42128E is #BDED71. Grayscale: #2E2E2E. Windows color (decimal): -12447090 or 9310786. OLE color: 9310786.

HSL color Cylindrical-coordinate representation of color #42128E: hue angle of 263.23º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42128E is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6618142-
CMYK0.540.8700.44
HSL263.23º77.5%31.37%-
HSV(B)263.23º87.32%55.69%-
XYZ7.353.5425.89-
YUV46.49181.9141.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 142 (55.86% from 255) = 62.83%
R=29.20%
G=7.96%
B=62.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66181420.540.8700.44263.2377.531.37
Hex42128E365702C1074e1f
Octal102222166612705440711637
Binary1000010100101000111011011010101110101100100000111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42128E; }

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

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

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

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

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

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

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

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