#42197D

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

Shades of Persian Indigo #42197D

Tints of Persian Indigo #42197D

Color information

#42197D (or 0x42197D) is unknown color: approx Persian Indigo. HEX triplet: 42, 19 and 7D. RGB value is (66,25,125). Sum of RGB (Red+Green+Blue) = 66+25+125=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #42197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42197D is #BDE682. Grayscale: #303030. Windows color (decimal): -12445315 or 8198466. OLE color: 8198466.

HSL color Cylindrical-coordinate representation of color #42197D: hue angle of 264.6º degrees, saturation: 0.67, 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 #42197D is Cyan = 0.47, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6625125-
CMYK0.470.800.51
HSL264.6º66.67%29.41%-
HSV(B)264.6º80%49.02%-
XYZ6.33.3319.71-
YUV48.66171.08140.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 125 (49.22% from 255) = 57.87%
R=30.56%
G=11.57%
B=57.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66251250.470.800.51264.666.6729.41
Hex42197D2F50033109431d
Octal102311755712006341110335
Binary100001011001111110110111110100000110011100001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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