Html Css Color HEX #580B8C Indigo

📋 copy color: '#580B8C'

red 88 ◦ green 11 ◦ blue 140

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

Shades of Indigo #580B8C

Tints of Indigo #580B8C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.6%

 BLUE value IS 140 (55.08% from 255) = 58.58%

R = 36.82%
G = 4.6%
B = 58.58%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#580B8C (or 0x580B8C) is known color: Indigo. HEX triplet: 58, 0B and 8C. RGB value is (88,11,140). Sum of RGB (Red+Green+Blue) = 88+11+140=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #580B8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580B8C is #A7F473. Grayscale: #303030. Windows color (decimal): -11007092 or 9177944. OLE color: 9177944.

HSL color Cylindrical-coordinate representation of color #580B8C: hue angle of 275.81º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580B8C is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 11 140 -
CMYK 0.37 0.92 0 0.45
HSL 275.81º 0.85% 0.3% -
HSV(B) 275.81º 0.92% 0.55% -
XYZ 8.88 4.21 25.16 -
YUV 48.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 88 11 140 0.37 0.92 0 0.45 275.81 0.85 0.3
Hex 58 B 8C 25 5C 0 2D 114 55 1E
Octal 130 13 214 45 134 0 55 424 125 36
Binary 1011000 1011 10001100 100101 1011100 0 101101 100010100 1010101 11110

Color Harmonies of #580B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B8C

Black with #580B8C

Text Example


Text Example

White with #580B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580B8C; }

 p { color: rgb(88,11,140); }

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

background-color css

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

 a { background-color: rgb(88,11,140); }

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

border-color css

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

 span { border-color: rgb(88,11,140); }

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