#2D2081

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

Shades of Persian Indigo #2D2081

Tints of Persian Indigo #2D2081

Color information

#2D2081 (or 0x2D2081) is unknown color: approx Persian Indigo. HEX triplet: 2D, 20 and 81. RGB value is (45,32,129). Sum of RGB (Red+Green+Blue) = 45+32+129=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #2D2081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2081 is #D2DF7E. Grayscale: #2E2E2E. Windows color (decimal): -13819775 or 8462381. OLE color: 8462381.

HSL color Cylindrical-coordinate representation of color #2D2081: hue angle of 248.04º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D2081 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4532129-
CMYK0.650.7500.49
HSL248.04º60.25%31.57%-
HSV(B)248.04º75.19%50.59%-
XYZ5.563.1821.09-
YUV46.94174.31126.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.84%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 129 (50.78% from 255) = 62.62%
R=21.84%
G=15.53%
B=62.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45321290.650.7500.49248.0460.2531.57
Hex2D2081414B031f83c20
Octal55402011011130613707440
Binary1011011000001000000110000011001011011000111111000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,32,129); }

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

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

 a { background-color: rgb(45,32,129); }

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

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

 span { border-color: rgb(45,32,129); }

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