#2A1669

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

Shades of Persian Indigo #2A1669

Tints of Persian Indigo #2A1669

Color information

#2A1669 (or 0x2A1669) is unknown color: approx Persian Indigo. HEX triplet: 2A, 16 and 69. RGB value is (42,22,105). Sum of RGB (Red+Green+Blue) = 42+22+105=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A1669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1669 is #D5E996. Grayscale: #252525. Windows color (decimal): -14018967 or 6886954. OLE color: 6886954.

HSL color Cylindrical-coordinate representation of color #2A1669: hue angle of 254.46º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A1669 is Cyan = 0.6, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4222105-
CMYK0.60.7900.59
HSL254.46º65.35%24.9%-
HSV(B)254.46º79.05%41.18%-
XYZ3.792.0913.57-
YUV37.44166.13131.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 105 (41.41% from 255) = 62.13%
R=24.85%
G=13.02%
B=62.13%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42221050.60.7900.59254.4665.3524.9
Hex2A16693C4F03Bfe4119
Octal52261517411707337610131
Binary1010101011011010011111001001111011101111111110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,22,105); }

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

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

 a { background-color: rgb(42,22,105); }

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

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

 span { border-color: rgb(42,22,105); }

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