#2D2177

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

Shades of Persian Indigo #2D2177

Tints of Persian Indigo #2D2177

Color information

#2D2177 (or 0x2D2177) is unknown color: approx Persian Indigo. HEX triplet: 2D, 21 and 77. RGB value is (45,33,119). Sum of RGB (Red+Green+Blue) = 45+33+119=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D2177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2177 is #D2DE88. Grayscale: #2E2E2E. Windows color (decimal): -13819529 or 7807277. OLE color: 7807277.

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

Color convert

RGB4533119-
CMYK0.620.7200.53
HSL248.37º56.58%29.8%-
HSV(B)248.37º72.27%46.67%-
XYZ4.962.9817.77-
YUV46.39168.98127.01-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.84%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 119 (46.88% from 255) = 60.41%
R=22.84%
G=16.75%
B=60.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45331190.620.7200.53248.3756.5829.8
Hex2D21773E48035f8391e
Octal5541167761100653707136
Binary1011011000011110111111110100100001101011111100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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