#42199D

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

Shades of Persian Indigo #42199D

Tints of Persian Indigo #42199D

Color information

#42199D (or 0x42199D) is unknown color: approx Persian Indigo. HEX triplet: 42, 19 and 9D. RGB value is (66,25,157). Sum of RGB (Red+Green+Blue) = 66+25+157=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #42199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42199D is #BDE662. Grayscale: #333333. Windows color (decimal): -12445283 or 10295618. OLE color: 10295618.

HSL color Cylindrical-coordinate representation of color #42199D: hue angle of 258.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42199D is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6625157-
CMYK0.580.8400.38
HSL258.64º72.53%35.69%-
HSV(B)258.64º84.08%61.57%-
XYZ8.684.2932.27-
YUV52.31187.08137.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 157 (61.72% from 255) = 63.31%
R=26.61%
G=10.08%
B=63.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66251570.580.8400.38258.6472.5335.69
Hex42199D3A540261034924
Octal102312357212404640311144
Binary10000101100110011101111010101010001001101000000111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42199D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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