#2D2188

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

Shades of Persian Indigo #2D2188

Tints of Persian Indigo #2D2188

Color information

#2D2188 (or 0x2D2188) is unknown color: approx Persian Indigo. HEX triplet: 2D, 21 and 88. RGB value is (45,33,136). Sum of RGB (Red+Green+Blue) = 45+33+136=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D2188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2188 is #D2DE77. Grayscale: #2F2F2F. Windows color (decimal): -13819512 or 8921389. OLE color: 8921389.

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

Color convert

RGB4533136-
CMYK0.670.7600.47
HSL246.99º60.95%33.14%-
HSV(B)246.99º75.74%53.33%-
XYZ6.073.4223.63-
YUV48.33177.48125.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.03%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 136 (53.52% from 255) = 63.55%
R=21.03%
G=15.42%
B=63.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45331360.670.7600.47246.9960.9533.14
Hex2D2188434C02Ff73d21
Octal55412101031140573677541
Binary1011011000011000100010000111001100010111111110111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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