#2D0599

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

Shades of Persian Indigo #2D0599

Tints of Persian Indigo #2D0599

Color information

#2D0599 (or 0x2D0599) is unknown color: approx Persian Indigo. HEX triplet: 2D, 05 and 99. RGB value is (45,5,153). Sum of RGB (Red+Green+Blue) = 45+5+153=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D0599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0599 is #D2FA66. Grayscale: #212121. Windows color (decimal): -13826663 or 10028333. OLE color: 10028333.

HSL color Cylindrical-coordinate representation of color #2D0599: hue angle of 256.22º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D0599 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB455153-
CMYK0.710.9700.4
HSL256.22º93.67%30.98%-
HSV(B)256.22º96.73%60%-
XYZ6.892.9730.35-
YUV33.83195.25135.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.17%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 153 (60.16% from 255) = 75.37%
R=22.17%
G=2.46%
B=75.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4551530.710.9700.4256.2293.6730.98
Hex2D59947610281005e1f
Octal55523110714105040013637
Binary10110110110011001100011111000010101000100000000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,5,153); }

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

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

 a { background-color: rgb(45,5,153); }

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

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

 span { border-color: rgb(45,5,153); }

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