#2D1879

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

Shades of Persian Indigo #2D1879

Tints of Persian Indigo #2D1879

Color information

#2D1879 (or 0x2D1879) is unknown color: approx Persian Indigo. HEX triplet: 2D, 18 and 79. RGB value is (45,24,121). Sum of RGB (Red+Green+Blue) = 45+24+121=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D1879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1879 is #D2E786. Grayscale: #282828. Windows color (decimal): -13821831 or 7936045. OLE color: 7936045.

HSL color Cylindrical-coordinate representation of color #2D1879: hue angle of 252.99º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D1879 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4524121-
CMYK0.630.8000.53
HSL252.99º66.9%28.43%-
HSV(B)252.99º80.17%47.45%-
XYZ4.862.5918.33-
YUV41.34172.96130.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.68%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 121 (47.66% from 255) = 63.68%
R=23.68%
G=12.63%
B=63.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45241210.630.8000.53252.9966.928.43
Hex2D18793F50035fd431c
Octal55301717712006537510334
Binary1011011100011110011111111010000011010111111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,24,121); }

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

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

 a { background-color: rgb(45,24,121); }

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

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

 span { border-color: rgb(45,24,121); }

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