#2D0D81

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

Shades of Persian Indigo #2D0D81

Tints of Persian Indigo #2D0D81

Color information

#2D0D81 (or 0x2D0D81) is unknown color: approx Persian Indigo. HEX triplet: 2D, 0D and 81. RGB value is (45,13,129). Sum of RGB (Red+Green+Blue) = 45+13+129=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 129 (50.78% from 255 or 68.98% from 187); Max value from RGB is 129 - color contains mainly: blue. Hex color #2D0D81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0D81 is #D2F27E. Grayscale: #232323. Windows color (decimal): -13824639 or 8457517. OLE color: 8457517.

HSL color Cylindrical-coordinate representation of color #2D0D81: hue angle of 256.55º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D0D81 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4513129-
CMYK0.650.9000.49
HSL256.55º81.69%27.84%-
HSV(B)256.55º89.92%50.59%-
XYZ5.192.4320.96-
YUV35.79180.6134.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.06%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 129 (50.78% from 255) = 68.98%
R=24.06%
G=6.95%
B=68.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45131290.650.9000.49256.5581.6927.84
Hex2DD81415A031101521c
Octal551520110113206140112234
Binary101101110110000001100000110110100110001100000001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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