#2D1888

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

Shades of Persian Indigo #2D1888

Tints of Persian Indigo #2D1888

Color information

#2D1888 (or 0x2D1888) is unknown color: approx Persian Indigo. HEX triplet: 2D, 18 and 88. RGB value is (45,24,136). Sum of RGB (Red+Green+Blue) = 45+24+136=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D1888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1888 is #D2E777. Grayscale: #2A2A2A. Windows color (decimal): -13821816 or 8919085. OLE color: 8919085.

HSL color Cylindrical-coordinate representation of color #2D1888: hue angle of 251.25º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1888 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4524136-
CMYK0.670.8200.47
HSL251.25º70%31.37%-
HSV(B)251.25º82.35%53.33%-
XYZ5.852.9923.56-
YUV43.05180.46129.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.95%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 136 (53.52% from 255) = 66.34%
R=21.95%
G=11.71%
B=66.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45241360.670.8200.47251.257031.37
Hex2D1888435202Ffb461f
Octal553021010312205737310637
Binary101101110001000100010000111010010010111111111011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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