#2A1479

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

Shades of Persian Indigo #2A1479

Tints of Persian Indigo #2A1479

Color information

#2A1479 (or 0x2A1479) is unknown color: approx Persian Indigo. HEX triplet: 2A, 14 and 79. RGB value is (42,20,121). Sum of RGB (Red+Green+Blue) = 42+20+121=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 121 (47.66% from 255 or 66.12% from 183); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A1479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1479 is #D5EB86. Grayscale: #252525. Windows color (decimal): -14019463 or 7935018. OLE color: 7935018.

HSL color Cylindrical-coordinate representation of color #2A1479: hue angle of 253.07º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A1479 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4220121-
CMYK0.650.8300.53
HSL253.07º71.63%27.65%-
HSV(B)253.07º83.47%47.45%-
XYZ4.662.3718.3-
YUV38.09174.79130.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 121 (47.66% from 255) = 66.12%
R=22.95%
G=10.93%
B=66.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42201210.650.8300.53253.0771.6327.65
Hex2A14794153035fd481c
Octal522417110112306537511034
Binary10101010100111100110000011010011011010111111101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1479; }

 p { color: rgb(42,20,121); }

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

<style>
 a { background-color: #2A1479; }

 a { background-color: rgb(42,20,121); }

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

<style>
 span { border-color: #2A1479; }

 span { border-color: rgb(42,20,121); }

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