#42149F

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

Shades of Persian Indigo #42149F

Tints of Persian Indigo #42149F

Color information

#42149F (or 0x42149F) is unknown color: approx Persian Indigo. HEX triplet: 42, 14 and 9F. RGB value is (66,20,159). Sum of RGB (Red+Green+Blue) = 66+20+159=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #42149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42149F is #BDEB60. Grayscale: #313131. Windows color (decimal): -12446561 or 10425410. OLE color: 10425410.

HSL color Cylindrical-coordinate representation of color #42149F: hue angle of 259.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42149F is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6620159-
CMYK0.580.8700.38
HSL259.86º77.65%35.1%-
HSV(B)259.86º87.42%62.35%-
XYZ8.754.1633.14-
YUV49.6189.74139.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 20 (8.20% from 255) = 8.16%
BLUE value IS 159 (62.5% from 255) = 64.90%
R=26.94%
G=8.16%
B=64.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66201590.580.8700.38259.8677.6535.1
Hex42149F3A570261044e23
Octal102242377212704640411643
Binary10000101010010011111111010101011101001101000001001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,20,159); }

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

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

 a { background-color: rgb(66,20,159); }

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

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

 span { border-color: rgb(66,20,159); }

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