#42179E

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

Shades of Persian Indigo #42179E

Tints of Persian Indigo #42179E

Color information

#42179E (or 0x42179E) is unknown color: approx Persian Indigo. HEX triplet: 42, 17 and 9E. RGB value is (66,23,158). Sum of RGB (Red+Green+Blue) = 66+23+158=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #42179E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42179E is #BDE861. Grayscale: #323232. Windows color (decimal): -12445794 or 10360642. OLE color: 10360642.

HSL color Cylindrical-coordinate representation of color #42179E: hue angle of 259.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42179E is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6623158-
CMYK0.580.8500.38
HSL259.11º74.59%35.49%-
HSV(B)259.11º85.44%61.96%-
XYZ8.724.2432.71-
YUV51.25188.25138.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 23 (9.38% from 255) = 9.31%
BLUE value IS 158 (62.11% from 255) = 63.97%
R=26.72%
G=9.31%
B=63.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66231580.580.8500.38259.1174.5935.49
Hex42179E3A550261034b23
Octal102272367212504640311343
Binary10000101011110011110111010101010101001101000000111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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