#2D0889

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

Shades of Persian Indigo #2D0889

Tints of Persian Indigo #2D0889

Color information

#2D0889 (or 0x2D0889) is unknown color: approx Persian Indigo. HEX triplet: 2D, 08 and 89. RGB value is (45,8,137). Sum of RGB (Red+Green+Blue) = 45+8+137=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 137 (53.91% from 255 or 72.11% from 190); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D0889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0889 is #D2F776. Grayscale: #212121. Windows color (decimal): -13825911 or 8980525. OLE color: 8980525.

HSL color Cylindrical-coordinate representation of color #2D0889: hue angle of 257.21º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0889 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB458137-
CMYK0.670.9400.46
HSL257.21º88.97%28.43%-
HSV(B)257.21º94.16%53.73%-
XYZ5.682.5423.86-
YUV33.77186.26136.01-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.68%
GREEN value IS 8 (3.52% from 255) = 4.21%
BLUE value IS 137 (53.91% from 255) = 72.11%
R=23.68%
G=4.21%
B=72.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4581370.670.9400.46257.2188.9728.43
Hex2D889435E02E101591c
Octal551021110313605640113134
Binary101101100010001001100001110111100101110100000001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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