#2D096A

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

Shades of Persian Indigo #2D096A

Tints of Persian Indigo #2D096A

Color information

#2D096A (or 0x2D096A) is unknown color: approx Persian Indigo. HEX triplet: 2D, 09 and 6A. RGB value is (45,9,106). Sum of RGB (Red+Green+Blue) = 45+9+106=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D096A is #D2F695. Grayscale: #1E1E1E. Windows color (decimal): -13825686 or 6949165. OLE color: 6949165.

HSL color Cylindrical-coordinate representation of color #2D096A: hue angle of 262.27º degrees, saturation: 0.84, 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 #2D096A is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB459106-
CMYK0.580.9200.58
HSL262.27º84.35%22.55%-
HSV(B)262.27º91.51%41.57%-
XYZ3.781.7913.78-
YUV30.82170.43138.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.12%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 106 (41.80% from 255) = 66.25%
R=28.12%
G=5.62%
B=66.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4591060.580.9200.58262.2784.3522.55
Hex2D96A3A5C03A1065417
Octal55111527213407240612427
Binary1011011001110101011101010111000111010100000110101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,9,106); }

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

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

 a { background-color: rgb(45,9,106); }

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

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

 span { border-color: rgb(45,9,106); }

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