#2A1279

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

Shades of Persian Indigo #2A1279

Tints of Persian Indigo #2A1279

Color information

#2A1279 (or 0x2A1279) is unknown color: approx Persian Indigo. HEX triplet: 2A, 12 and 79. RGB value is (42,18,121). Sum of RGB (Red+Green+Blue) = 42+18+121=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 121 (47.66% from 255 or 66.85% from 181); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A1279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1279 is #D5ED86. Grayscale: #242424. Windows color (decimal): -14019975 or 7934506. OLE color: 7934506.

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

Color convert

RGB4218121-
CMYK0.650.8500.53
HSL253.98º74.1%27.25%-
HSV(B)253.98º85.12%47.45%-
XYZ4.622.3118.29-
YUV36.92175.45131.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 121 (47.66% from 255) = 66.85%
R=23.20%
G=9.94%
B=66.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42181210.650.8500.53253.9874.127.25
Hex2A12794155035fe4a1b
Octal522217110112506537611233
Binary10101010010111100110000011010101011010111111110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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