#2D037C

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

Shades of Persian Indigo #2D037C

Tints of Persian Indigo #2D037C

Color information

#2D037C (or 0x2D037C) is unknown color: approx Persian Indigo. HEX triplet: 2D, 03 and 7C. RGB value is (45,3,124). Sum of RGB (Red+Green+Blue) = 45+3+124=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D037C is #D2FC83. Grayscale: #1C1C1C. Windows color (decimal): -13827204 or 8127277. OLE color: 8127277.

HSL color Cylindrical-coordinate representation of color #2D037C: hue angle of 260.83º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D037C is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB453124-
CMYK0.640.9800.51
HSL260.83º95.28%24.9%-
HSV(B)260.83º97.58%48.63%-
XYZ4.752.0819.22-
YUV29.35181.41139.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 124 (48.83% from 255) = 72.09%
R=26.16%
G=1.74%
B=72.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4531240.640.9800.51260.8395.2824.9
Hex2D37C40620331055f19
Octal55317410014206340513731
Binary101101111111100100000011000100110011100000101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D037C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,3,124); }

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

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

 a { background-color: rgb(45,3,124); }

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

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

 span { border-color: rgb(45,3,124); }

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