#2D1D78

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

Shades of Persian Indigo #2D1D78

Tints of Persian Indigo #2D1D78

Color information

#2D1D78 (or 0x2D1D78) is unknown color: approx Persian Indigo. HEX triplet: 2D, 1D and 78. RGB value is (45,29,120). Sum of RGB (Red+Green+Blue) = 45+29+120=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D1D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1D78 is #D2E287. Grayscale: #2B2B2B. Windows color (decimal): -13820552 or 7871789. OLE color: 7871789.

HSL color Cylindrical-coordinate representation of color #2D1D78: hue angle of 250.55º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D1D78 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4529120-
CMYK0.630.7600.53
HSL250.55º61.07%29.22%-
HSV(B)250.55º75.83%47.06%-
XYZ4.912.7918.05-
YUV44.16170.8128.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.20%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 120 (47.27% from 255) = 61.86%
R=23.20%
G=14.95%
B=61.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45291200.630.7600.53250.5561.0729.22
Hex2D1D783F4C035fb3d1d
Octal5535170771140653737535
Binary101101111011111000111111100110001101011111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,29,120); }

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

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

 a { background-color: rgb(45,29,120); }

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

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

 span { border-color: rgb(45,29,120); }

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