Html Css Color HEX #580E8B Indigo

📋 copy color: '#580E8B'

red 88 ◦ green 14 ◦ blue 139

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

Shades of Indigo #580E8B

Tints of Indigo #580E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 36.51%
G = 5.81%
B = 57.68%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#580E8B (or 0x580E8B) is known color: Indigo. HEX triplet: 58, 0E and 8B. RGB value is (88,14,139). Sum of RGB (Red+Green+Blue) = 88+14+139=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #580E8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580E8B is #A7F174. Grayscale: #313131. Windows color (decimal): -11006325 or 9113176. OLE color: 9113176.

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

Color convert

RGB 88 14 139 -
CMYK 0.37 0.90 0 0.45
HSL 275.52º 0.82% 0.3% -
HSV(B) 275.52º 0.9% 0.55% -
XYZ 8.84 4.25 24.78 -
YUV 50.38 178.02 154.84 -
System Red Green Blue C M Y K H S L
Decimal 88 14 139 0.37 0.90 0 0.45 275.52 0.82 0.3
Hex 58 E 8B 25 5A 0 2D 114 52 1E
Octal 130 16 213 45 132 0 55 424 122 36
Binary 1011000 1110 10001011 100101 1011010 0 101101 100010100 1010010 11110

Color Harmonies of #580E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E8B

Black with #580E8B

Text Example


Text Example

White with #580E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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