Html Css Color HEX #580B9D Indigo

📋 copy color: '#580B9D'

red 88 ◦ green 11 ◦ blue 157

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

Shades of Indigo #580B9D

Tints of Indigo #580B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 34.38%
G = 4.3%
B = 61.33%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#580B9D (or 0x580B9D) is known color: Indigo. HEX triplet: 58, 0B and 9D. RGB value is (88,11,157). Sum of RGB (Red+Green+Blue) = 88+11+157=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #580B9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580B9D is #A7F462. Grayscale: #323232. Windows color (decimal): -11007075 or 10292056. OLE color: 10292056.

HSL color Cylindrical-coordinate representation of color #580B9D: hue angle of 271.64º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580B9D is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 11 157 -
CMYK 0.44 0.93 0 0.38
HSL 271.64º 0.87% 0.33% -
HSV(B) 271.64º 0.93% 0.62% -
XYZ 10.23 4.75 32.28 -
YUV 50.67 188.01 154.63 -
System Red Green Blue C M Y K H S L
Decimal 88 11 157 0.44 0.93 0 0.38 271.64 0.87 0.33
Hex 58 B 9D 2C 5D 0 26 110 57 21
Octal 130 13 235 54 135 0 46 420 127 41
Binary 1011000 1011 10011101 101100 1011101 0 100110 100010000 1010111 100001

Color Harmonies of #580B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B9D

Black with #580B9D

Text Example


Text Example

White with #580B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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