#42118E

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

Shades of Persian Indigo #42118E

Tints of Persian Indigo #42118E

Color information

#42118E (or 0x42118E) is unknown color: approx Persian Indigo. HEX triplet: 42, 11 and 8E. RGB value is (66,17,142). Sum of RGB (Red+Green+Blue) = 66+17+142=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #42118E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42118E is #BDEE71. Grayscale: #2D2D2D. Windows color (decimal): -12447346 or 9310530. OLE color: 9310530.

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

Color convert

RGB6617142-
CMYK0.540.8800.44
HSL263.52º78.62%31.18%-
HSV(B)263.52º88.03%55.69%-
XYZ7.333.5125.88-
YUV45.9182.23142.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 142 (55.86% from 255) = 63.11%
R=29.33%
G=7.56%
B=63.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66171420.540.8800.44263.5278.6231.18
Hex42118E365802C1084f1f
Octal102212166613005441011737
Binary1000010100011000111011011010110000101100100001000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42118E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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