#2D0776

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

Shades of Persian Indigo #2D0776

Tints of Persian Indigo #2D0776

Color information

#2D0776 (or 0x2D0776) is unknown color: approx Persian Indigo. HEX triplet: 2D, 07 and 76. RGB value is (45,7,118). Sum of RGB (Red+Green+Blue) = 45+7+118=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D0776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0776 is #D2F889. Grayscale: #1E1E1E. Windows color (decimal): -13826186 or 7735085. OLE color: 7735085.

HSL color Cylindrical-coordinate representation of color #2D0776: hue angle of 260.54º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0776 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB457118-
CMYK0.620.9400.54
HSL260.54º88.8%24.51%-
HSV(B)260.54º94.07%46.27%-
XYZ4.432.0217.3-
YUV31.02177.09137.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.47%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 118 (46.48% from 255) = 69.41%
R=26.47%
G=4.12%
B=69.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4571180.620.9400.54260.5488.824.51
Hex2D7763E5E0361055919
Octal5571667613606640513131
Binary101101111111011011111010111100110110100000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,7,118); }

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

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

 a { background-color: rgb(45,7,118); }

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

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

 span { border-color: rgb(45,7,118); }

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