#42177C

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

Shades of Persian Indigo #42177C

Tints of Persian Indigo #42177C

Color information

#42177C (or 0x42177C) is unknown color: approx Persian Indigo. HEX triplet: 42, 17 and 7C. RGB value is (66,23,124). Sum of RGB (Red+Green+Blue) = 66+23+124=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #42177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42177C is #BDE883. Grayscale: #2F2F2F. Windows color (decimal): -12445828 or 8132418. OLE color: 8132418.

HSL color Cylindrical-coordinate representation of color #42177C: hue angle of 265.54º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42177C is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6623124-
CMYK0.470.8100.51
HSL265.54º68.71%28.82%-
HSV(B)265.54º81.45%48.63%-
XYZ6.193.2319.37-
YUV47.37171.25141.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 124 (48.83% from 255) = 58.22%
R=30.99%
G=10.80%
B=58.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66231240.470.8100.51265.5468.7128.82
Hex42177C2F5103310a451d
Octal102271745712106341210535
Binary100001010111111110010111110100010110011100001010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42177C; }

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

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

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

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

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

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

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

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