#2D066D

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

Shades of Persian Indigo #2D066D

Tints of Persian Indigo #2D066D

Color information

#2D066D (or 0x2D066D) is unknown color: approx Persian Indigo. HEX triplet: 2D, 06 and 6D. RGB value is (45,6,109). Sum of RGB (Red+Green+Blue) = 45+6+109=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D066D is #D2F992. Grayscale: #1D1D1D. Windows color (decimal): -13826451 or 7145005. OLE color: 7145005.

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

Color convert

RGB456109-
CMYK0.590.9400.57
HSL262.72º89.57%22.55%-
HSV(B)262.72º94.5%42.75%-
XYZ3.911.7914.61-
YUV29.4172.92139.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.12%
GREEN value IS 6 (2.73% from 255) = 3.75%
BLUE value IS 109 (42.97% from 255) = 68.12%
R=28.12%
G=3.75%
B=68.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4561090.590.9400.57262.7289.5722.55
Hex2D66D3B5E0391075a17
Octal5561557313607140713227
Binary101101110110110111101110111100111001100000111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,6,109); }

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

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

 a { background-color: rgb(45,6,109); }

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

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

 span { border-color: rgb(45,6,109); }

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