Html Css Color HEX #580E83 Indigo

📋 copy color: '#580E83'

red 88 ◦ green 14 ◦ blue 131

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

Shades of Indigo #580E83

Tints of Indigo #580E83

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.01%

 BLUE value IS 131 (51.56% from 255) = 56.22%

R = 37.77%
G = 6.01%
B = 56.22%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#580E83 (or 0x580E83) is known color: Indigo. HEX triplet: 58, 0E and 83. RGB value is (88,14,131). Sum of RGB (Red+Green+Blue) = 88+14+131=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #580E83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580E83 is #A7F17C. Grayscale: #313131. Windows color (decimal): -11006333 or 8588888. OLE color: 8588888.

HSL color Cylindrical-coordinate representation of color #580E83: hue angle of 277.95º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580E83 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 14 131 -
CMYK 0.33 0.89 0 0.49
HSL 277.95º 0.81% 0.28% -
HSV(B) 277.95º 0.89% 0.51% -
XYZ 8.28 4.03 21.81 -
YUV 49.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 88 14 131 0.33 0.89 0 0.49 277.95 0.81 0.28
Hex 58 E 83 21 59 0 31 116 51 1C
Octal 130 16 203 41 131 0 61 426 121 34
Binary 1011000 1110 10000011 100001 1011001 0 110001 100010110 1010001 11100

Color Harmonies of #580E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E83

Black with #580E83

Text Example


Text Example

White with #580E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,14,131); }

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

background-color css

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

 a { background-color: rgb(88,14,131); }

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

border-color css

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

 span { border-color: rgb(88,14,131); }

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