Html Css Color HEX #580888 Indigo

📋 copy color: '#580888'

red 88 ◦ green 8 ◦ blue 136

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

Shades of Indigo #580888

Tints of Indigo #580888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 58.62%

R = 37.93%
G = 3.45%
B = 58.62%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#580888 (or 0x580888) is known color: Indigo. HEX triplet: 58, 08 and 88. RGB value is (88,8,136). Sum of RGB (Red+Green+Blue) = 88+8+136=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #580888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580888 is #A7F777. Grayscale: #2E2E2E. Windows color (decimal): -11007864 or 8915032. OLE color: 8915032.

HSL color Cylindrical-coordinate representation of color #580888: hue angle of 277.5º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580888 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 8 136 -
CMYK 0.35 0.94 0 0.47
HSL 277.5º 0.89% 0.28% -
HSV(B) 277.5º 0.94% 0.53% -
XYZ 8.56 4.03 23.62 -
YUV 46.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 88 8 136 0.35 0.94 0 0.47 277.5 0.89 0.28
Hex 58 8 88 23 5E 0 2F 116 59 1C
Octal 130 10 210 43 136 0 57 426 131 34
Binary 1011000 1000 10001000 100011 1011110 0 101111 100010110 1011001 11100

Color Harmonies of #580888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580888

Black with #580888

Text Example


Text Example

White with #580888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580888; }

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

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

background-color css

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

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

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

border-color css

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

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

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