#2A1069

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

Shades of Persian Indigo #2A1069

Tints of Persian Indigo #2A1069

Color information

#2A1069 (or 0x2A1069) is unknown color: approx Persian Indigo. HEX triplet: 2A, 10 and 69. RGB value is (42,16,105). Sum of RGB (Red+Green+Blue) = 42+16+105=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A1069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1069 is #D5EF96. Grayscale: #212121. Windows color (decimal): -14020503 or 6885418. OLE color: 6885418.

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

Color convert

RGB4216105-
CMYK0.60.8500.59
HSL257.53º73.55%23.73%-
HSV(B)257.53º84.76%41.18%-
XYZ3.691.8813.53-
YUV33.92168.11133.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.77%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 105 (41.41% from 255) = 64.42%
R=25.77%
G=9.82%
B=64.42%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42161050.60.8500.59257.5373.5523.73
Hex2A10693C5503B1024a18
Octal52201517412507340211230
Binary10101010000110100111110010101010111011100000010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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