#42197A

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

Shades of Persian Indigo #42197A

Tints of Persian Indigo #42197A

Color information

#42197A (or 0x42197A) is unknown color: approx Persian Indigo. HEX triplet: 42, 19 and 7A. RGB value is (66,25,122). Sum of RGB (Red+Green+Blue) = 66+25+122=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #42197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42197A is #BDE685. Grayscale: #2F2F2F. Windows color (decimal): -12445318 or 8001858. OLE color: 8001858.

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

Color convert

RGB6625122-
CMYK0.460.8000.52
HSL265.36º65.99%28.82%-
HSV(B)265.36º79.51%47.84%-
XYZ6.113.2618.72-
YUV48.32169.58140.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=30.99%
G=11.74%
B=57.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66251220.460.8000.52265.3665.9928.82
Hex42197A2E50034109421d
Octal102311725612006441110235
Binary100001011001111101010111010100000110100100001001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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