#42178E

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

Shades of Persian Indigo #42178E

Tints of Persian Indigo #42178E

Color information

#42178E (or 0x42178E) is unknown color: approx Persian Indigo. HEX triplet: 42, 17 and 8E. RGB value is (66,23,142). Sum of RGB (Red+Green+Blue) = 66+23+142=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #42178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42178E is #BDE871. Grayscale: #303030. Windows color (decimal): -12445810 or 9312066. OLE color: 9312066.

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

Color convert

RGB6623142-
CMYK0.540.8400.44
HSL261.68º72.12%32.35%-
HSV(B)261.68º83.8%55.69%-
XYZ7.443.7225.92-
YUV49.42180.25139.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 23 (9.38% from 255) = 9.96%
BLUE value IS 142 (55.86% from 255) = 61.47%
R=28.57%
G=9.96%
B=61.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66231420.540.8400.44261.6872.1232.35
Hex42178E365402C1064820
Octal102272166612405440611040
Binary10000101011110001110110110101010001011001000001101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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