Html Css Color HEX #580D6E Indigo

📋 copy color: '#580D6E'

red 88 ◦ green 13 ◦ blue 110

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

Shades of Indigo #580D6E

Tints of Indigo #580D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.16%

 BLUE value IS 110 (43.36% from 255) = 52.13%

R = 41.71%
G = 6.16%
B = 52.13%

CMYK

 C value IS 0.2

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#580D6E (or 0x580D6E) is known color: Indigo. HEX triplet: 58, 0D and 6E. RGB value is (88,13,110). Sum of RGB (Red+Green+Blue) = 88+13+110=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #580D6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580D6E is #A7F291. Grayscale: #2E2E2E. Windows color (decimal): -11006610 or 7212376. OLE color: 7212376.

HSL color Cylindrical-coordinate representation of color #580D6E: hue angle of 286.39º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580D6E is Cyan = 0.2, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 13 110 -
CMYK 0.2 0.88 0 0.57
HSL 286.39º 0.79% 0.24% -
HSV(B) 286.39º 0.88% 0.43% -
XYZ 6.98 3.49 15.06 -
YUV 46.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 88 13 110 0.2 0.88 0 0.57 286.39 0.79 0.24
Hex 58 D 6E 14 58 0 39 11E 4F 18
Octal 130 15 156 24 130 0 71 436 117 30
Binary 1011000 1101 1101110 10100 1011000 0 111001 100011110 1001111 11000

Color Harmonies of #580D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D6E

Black with #580D6E

Text Example


Text Example

White with #580D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,13,110); }

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

background-color css

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

 a { background-color: rgb(88,13,110); }

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

border-color css

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

 span { border-color: rgb(88,13,110); }

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