#2A096E

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

Shades of Persian Indigo #2A096E

Tints of Persian Indigo #2A096E

Color information

#2A096E (or 0x2A096E) is unknown color: approx Persian Indigo. HEX triplet: 2A, 09 and 6E. RGB value is (42,9,110). Sum of RGB (Red+Green+Blue) = 42+9+110=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A096E is #D5F691. Grayscale: #1E1E1E. Windows color (decimal): -14022290 or 7211306. OLE color: 7211306.

HSL color Cylindrical-coordinate representation of color #2A096E: hue angle of 259.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A096E is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB429110-
CMYK0.620.9200.57
HSL259.6º84.87%23.33%-
HSV(B)259.6º91.82%43.14%-
XYZ3.871.8114.9-
YUV30.38172.93136.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.09%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 110 (43.36% from 255) = 68.32%
R=26.09%
G=5.59%
B=68.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4291100.620.9200.57259.684.8723.33
Hex2A96E3E5C0391045517
Octal52111567613407140412527
Binary1010101001110111011111010111000111001100000100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,9,110); }

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

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

 a { background-color: rgb(42,9,110); }

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

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

 span { border-color: rgb(42,9,110); }

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