Html Css Color HEX #580889 Indigo

📋 copy color: '#580889'

red 88 ◦ green 8 ◦ blue 137

#580889
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #580889

Tints of Indigo #580889

RGB

 RED value IS 88 (34.77% from 255) = 37.77%

 GREEN value IS 8 (3.52% from 255) = 3.43%

 BLUE value IS 137 (53.91% from 255) = 58.8%

R = 37.77%
G = 3.43%
B = 58.8%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#580889 (or 0x580889) is known color: Indigo. HEX triplet: 58, 08 and 89. RGB value is (88,8,137). Sum of RGB (Red+Green+Blue) = 88+8+137=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #580889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580889 is #A7F776. Grayscale: #2E2E2E. Windows color (decimal): -11007863 or 8980568. OLE color: 8980568.

HSL color Cylindrical-coordinate representation of color #580889: hue angle of 277.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 #580889 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 8 137 -
CMYK 0.36 0.94 0 0.46
HSL 277.21º 0.89% 0.28% -
HSV(B) 277.21º 0.94% 0.54% -
XYZ 8.63 4.05 23.99 -
YUV 46.63 179 157.51 -
System Red Green Blue C M Y K H S L
Decimal 88 8 137 0.36 0.94 0 0.46 277.21 0.89 0.28
Hex 58 8 89 24 5E 0 2E 115 59 1C
Octal 130 10 211 44 136 0 56 425 131 34
Binary 1011000 1000 10001001 100100 1011110 0 101110 100010101 1011001 11100

Color Harmonies of #580889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580889

Black with #580889

Text Example


Text Example

White with #580889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580889; }

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

 H1.HeaderClassName
 {
   color: #580889;
 }
 .AnyTagClassName
 {
   color: #580889;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #580889;
 }
 .BgClassName
 {
   background-color: #580889;
 }
</style>

border-color css

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

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

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