Html Css Color HEX #580688 Indigo

📋 copy color: '#580688'

red 88 ◦ green 6 ◦ blue 136

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

Shades of Indigo #580688

Tints of Indigo #580688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

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

R = 38.26%
G = 2.61%
B = 59.13%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#580688 (or 0x580688) is known color: Indigo. HEX triplet: 58, 06 and 88. RGB value is (88,6,136). Sum of RGB (Red+Green+Blue) = 88+6+136=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #580688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580688 is #A7F977. Grayscale: #2C2C2C. Windows color (decimal): -11008376 or 8914520. OLE color: 8914520.

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

Color convert

RGB 88 6 136 -
CMYK 0.35 0.96 0 0.47
HSL 277.85º 0.92% 0.28% -
HSV(B) 277.85º 0.96% 0.53% -
XYZ 8.53 3.98 23.61 -
YUV 45.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 88 6 136 0.35 0.96 0 0.47 277.85 0.92 0.28
Hex 58 6 88 23 60 0 2F 116 5C 1C
Octal 130 6 210 43 140 0 57 426 134 34
Binary 1011000 110 10001000 100011 1100000 0 101111 100010110 1011100 11100

Color Harmonies of #580688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580688

Black with #580688

Text Example


Text Example

White with #580688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580688; }

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

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

background-color css

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

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

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

border-color css

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

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

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