#2D0899

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

Shades of Persian Indigo #2D0899

Tints of Persian Indigo #2D0899

Color information

#2D0899 (or 0x2D0899) is unknown color: approx Persian Indigo. HEX triplet: 2D, 08 and 99. RGB value is (45,8,153). Sum of RGB (Red+Green+Blue) = 45+8+153=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D0899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0899 is #D2F766. Grayscale: #232323. Windows color (decimal): -13825895 or 10029101. OLE color: 10029101.

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

Color convert

RGB458153-
CMYK0.710.9500.4
HSL255.31º90.06%31.57%-
HSV(B)255.31º94.77%60%-
XYZ6.923.0330.36-
YUV35.59194.26134.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.84%
GREEN value IS 8 (3.52% from 255) = 3.88%
BLUE value IS 153 (60.16% from 255) = 74.27%
R=21.84%
G=3.88%
B=74.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4581530.710.9500.4255.3190.0631.57
Hex2D899475F028ff5a20
Octal551023110713705037713240
Binary101101100010011001100011110111110101000111111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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