#2A1266

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

Shades of Persian Indigo #2A1266

Tints of Persian Indigo #2A1266

Color information

#2A1266 (or 0x2A1266) is unknown color: approx Persian Indigo. HEX triplet: 2A, 12 and 66. RGB value is (42,18,102). Sum of RGB (Red+Green+Blue) = 42+18+102=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #2A1266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1266 is #D5ED99. Grayscale: #222222. Windows color (decimal): -14019994 or 6689322. OLE color: 6689322.

HSL color Cylindrical-coordinate representation of color #2A1266: hue angle of 257.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1266 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4218102-
CMYK0.590.8200.6
HSL257.14º70%23.53%-
HSV(B)257.14º82.35%40%-
XYZ3.571.8812.75-
YUV34.75165.95133.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.93%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 102 (40.23% from 255) = 62.96%
R=25.93%
G=11.11%
B=62.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal42181020.590.8200.6257.147023.53
Hex2A12663B5203C1014618
Octal52221467312207440110630
Binary10101010010110011011101110100100111100100000001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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