#2D0077

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

Shades of Persian Indigo #2D0077

Tints of Persian Indigo #2D0077

Color information

#2D0077 (or 0x2D0077) is unknown color: approx Persian Indigo. HEX triplet: 2D, 00 and 77. RGB value is (45,0,119). Sum of RGB (Red+Green+Blue) = 45+0+119=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D0077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0077 is #D2FF88. Grayscale: #1A1A1A. Windows color (decimal): -13827977 or 7798829. OLE color: 7798829.

HSL color Cylindrical-coordinate representation of color #2D0077: hue angle of 262.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0077 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB450119-
CMYK0.62100.53
HSL262.69º100%23.33%-
HSV(B)262.69º100%46.67%-
XYZ4.411.8917.58-
YUV27.02179.91140.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 72.56%
R=27.44%
G=0%
B=72.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4501190.62100.53262.6910023.33
Hex2D0773E640351076417
Octal5501677614406540714427
Binary1011010111011111111011001000110101100000111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,0,119); }

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

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

 a { background-color: rgb(45,0,119); }

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

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

 span { border-color: rgb(45,0,119); }

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