Html Css Color HEX #580C8D Indigo

📋 copy color: '#580C8D'

red 88 ◦ green 12 ◦ blue 141

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

Shades of Indigo #580C8D

Tints of Indigo #580C8D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.98%

 BLUE value IS 141 (55.47% from 255) = 58.51%

R = 36.51%
G = 4.98%
B = 58.51%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#580C8D (or 0x580C8D) is known color: Indigo. HEX triplet: 58, 0C and 8D. RGB value is (88,12,141). Sum of RGB (Red+Green+Blue) = 88+12+141=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #580C8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580C8D is #A7F372. Grayscale: #303030. Windows color (decimal): -11006835 or 9243736. OLE color: 9243736.

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

Color convert

RGB 88 12 141 -
CMYK 0.38 0.91 0 0.45
HSL 275.35º 0.84% 0.3% -
HSV(B) 275.35º 0.91% 0.55% -
XYZ 8.96 4.26 25.55 -
YUV 49.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 88 12 141 0.38 0.91 0 0.45 275.35 0.84 0.3
Hex 58 C 8D 26 5B 0 2D 113 54 1E
Octal 130 14 215 46 133 0 55 423 124 36
Binary 1011000 1100 10001101 100110 1011011 0 101101 100010011 1010100 11110

Color Harmonies of #580C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C8D

Black with #580C8D

Text Example


Text Example

White with #580C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,12,141); }

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

background-color css

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

 a { background-color: rgb(88,12,141); }

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

border-color css

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

 span { border-color: rgb(88,12,141); }

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