#2A1168

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

Shades of Persian Indigo #2A1168

Tints of Persian Indigo #2A1168

Color information

#2A1168 (or 0x2A1168) is unknown color: approx Persian Indigo. HEX triplet: 2A, 11 and 68. RGB value is (42,17,104). Sum of RGB (Red+Green+Blue) = 42+17+104=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A1168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1168 is #D5EE97. Grayscale: #222222. Windows color (decimal): -14020248 or 6820138. OLE color: 6820138.

HSL color Cylindrical-coordinate representation of color #2A1168: hue angle of 257.24º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1168 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4217104-
CMYK0.600.8400.59
HSL257.24º71.9%23.73%-
HSV(B)257.24º83.65%40.78%-
XYZ3.651.8913.27-
YUV34.39167.28133.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.77%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 104 (41.02% from 255) = 63.80%
R=25.77%
G=10.43%
B=63.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42171040.600.8400.59257.2471.923.73
Hex2A11683C5403B1014818
Octal52211507412407340111030
Binary10101010001110100011110010101000111011100000001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,17,104); }

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

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

 a { background-color: rgb(42,17,104); }

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

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

 span { border-color: rgb(42,17,104); }

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