#2D0589

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

Shades of Persian Indigo #2D0589

Tints of Persian Indigo #2D0589

Color information

#2D0589 (or 0x2D0589) is unknown color: approx Persian Indigo. HEX triplet: 2D, 05 and 89. RGB value is (45,5,137). Sum of RGB (Red+Green+Blue) = 45+5+137=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D0589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0589 is #D2FA76. Grayscale: #1F1F1F. Windows color (decimal): -13826679 or 8979757. OLE color: 8979757.

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

Color convert

RGB455137-
CMYK0.670.9600.46
HSL258.18º92.96%27.84%-
HSV(B)258.18º96.35%53.73%-
XYZ5.652.4723.85-
YUV32.01187.25137.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.06%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 137 (53.91% from 255) = 73.26%
R=24.06%
G=2.67%
B=73.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4551370.670.9600.46258.1892.9627.84
Hex2D589436002E1025d1c
Octal55521110314005640213534
Binary10110110110001001100001111000000101110100000010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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