#2A096C

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

Shades of Persian Indigo #2A096C

Tints of Persian Indigo #2A096C

Color information

#2A096C (or 0x2A096C) is unknown color: approx Persian Indigo. HEX triplet: 2A, 09 and 6C. RGB value is (42,9,108). Sum of RGB (Red+Green+Blue) = 42+9+108=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A096C is #D5F693. Grayscale: #1D1D1D. Windows color (decimal): -14022292 or 7080234. OLE color: 7080234.

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

Color convert

RGB429108-
CMYK0.610.9200.58
HSL260º84.62%22.94%-
HSV(B)260º91.67%42.35%-
XYZ3.761.7714.33-
YUV30.15171.93136.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.42%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 108 (42.58% from 255) = 67.92%
R=26.42%
G=5.66%
B=67.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4291080.610.9200.5826084.6222.94
Hex2A96C3D5C03A1045517
Octal52111547513407240412527
Binary1010101001110110011110110111000111010100000100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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