#42137F

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

Shades of Persian Indigo #42137F

Tints of Persian Indigo #42137F

Color information

#42137F (or 0x42137F) is unknown color: approx Persian Indigo. HEX triplet: 42, 13 and 7F. RGB value is (66,19,127). Sum of RGB (Red+Green+Blue) = 66+19+127=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #42137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42137F is #BDEC80. Grayscale: #2C2C2C. Windows color (decimal): -12446849 or 8328002. OLE color: 8328002.

HSL color Cylindrical-coordinate representation of color #42137F: hue angle of 266.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42137F is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6619127-
CMYK0.480.8500.50
HSL266.11º73.97%28.63%-
HSV(B)266.11º85.04%49.8%-
XYZ6.313.1620.36-
YUV45.36174.07142.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 19 (7.81% from 255) = 8.96%
BLUE value IS 127 (50% from 255) = 59.91%
R=31.13%
G=8.96%
B=59.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66191270.480.8500.50266.1173.9728.63
Hex42137F305503210a4a1d
Octal102231776012506241211235
Binary100001010011111111111000010101010110010100001010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42137F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42137F; }

 p { color: rgb(66,19,127); }

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

<style>
 a { background-color: #42137F; }

 a { background-color: rgb(66,19,127); }

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

<style>
 span { border-color: #42137F; }

 span { border-color: rgb(66,19,127); }

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