#2D096C

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

Shades of Persian Indigo #2D096C

Tints of Persian Indigo #2D096C

Color information

#2D096C (or 0x2D096C) is unknown color: approx Persian Indigo. HEX triplet: 2D, 09 and 6C. RGB value is (45,9,108). Sum of RGB (Red+Green+Blue) = 45+9+108=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D096C is #D2F693. Grayscale: #1E1E1E. Windows color (decimal): -13825684 or 7080237. OLE color: 7080237.

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

Color convert

RGB459108-
CMYK0.580.9200.58
HSL261.82º84.62%22.94%-
HSV(B)261.82º91.67%42.35%-
XYZ3.891.8414.34-
YUV31.05171.43137.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.78%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 108 (42.58% from 255) = 66.67%
R=27.78%
G=5.56%
B=66.67%

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
Decimal4591080.580.9200.58261.8284.6222.94
Hex2D96C3A5C03A1065517
Octal55111547213407240612527
Binary1011011001110110011101010111000111010100000110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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