#42197C

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

Shades of Persian Indigo #42197C

Tints of Persian Indigo #42197C

Color information

#42197C (or 0x42197C) is unknown color: approx Persian Indigo. HEX triplet: 42, 19 and 7C. RGB value is (66,25,124). Sum of RGB (Red+Green+Blue) = 66+25+124=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #42197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42197C is #BDE683. Grayscale: #303030. Windows color (decimal): -12445316 or 8132930. OLE color: 8132930.

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

Color convert

RGB6625124-
CMYK0.470.8000.51
HSL264.85º66.44%29.22%-
HSV(B)264.85º79.84%48.63%-
XYZ6.233.3119.38-
YUV48.54170.58140.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=30.70%
G=11.63%
B=57.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66251240.470.8000.51264.8566.4429.22
Hex42197C2F50033109421d
Octal102311745712006341110235
Binary100001011001111110010111110100000110011100001001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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