#2D1D96

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

Shades of Persian Indigo #2D1D96

Tints of Persian Indigo #2D1D96

Color information

#2D1D96 (or 0x2D1D96) is unknown color: approx Persian Indigo. HEX triplet: 2D, 1D and 96. RGB value is (45,29,150). Sum of RGB (Red+Green+Blue) = 45+29+150=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #2D1D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1D96 is #D2E269. Grayscale: #2F2F2F. Windows color (decimal): -13820522 or 9837869. OLE color: 9837869.

HSL color Cylindrical-coordinate representation of color #2D1D96: hue angle of 247.93º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D1D96 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4529150-
CMYK0.700.8100.41
HSL247.93º67.6%35.1%-
HSV(B)247.93º80.67%58.82%-
XYZ7.033.6429.19-
YUV47.58185.8126.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.09%
GREEN value IS 29 (11.72% from 255) = 12.95%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=20.09%
G=12.95%
B=66.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal45291500.700.8100.41247.9367.635.1
Hex2D1D964651029f84423
Octal553522610612105137010443
Binary1011011110110010110100011010100010101001111110001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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