Html Css Color HEX #580E94 Indigo

📋 copy color: '#580E94'

red 88 ◦ green 14 ◦ blue 148

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

Shades of Indigo #580E94

Tints of Indigo #580E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 35.2%
G = 5.6%
B = 59.2%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#580E94 (or 0x580E94) is known color: Indigo. HEX triplet: 58, 0E and 94. RGB value is (88,14,148). Sum of RGB (Red+Green+Blue) = 88+14+148=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #580E94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580E94 is #A7F16B. Grayscale: #323232. Windows color (decimal): -11006316 or 9703000. OLE color: 9703000.

HSL color Cylindrical-coordinate representation of color #580E94: hue angle of 273.13º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580E94 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 14 148 -
CMYK 0.41 0.91 0 0.42
HSL 273.13º 0.83% 0.32% -
HSV(B) 273.13º 0.91% 0.58% -
XYZ 9.53 4.53 28.39 -
YUV 51.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 88 14 148 0.41 0.91 0 0.42 273.13 0.83 0.32
Hex 58 E 94 29 5B 0 2A 111 53 20
Octal 130 16 224 51 133 0 52 421 123 40
Binary 1011000 1110 10010100 101001 1011011 0 101010 100010001 1010011 100000

Color Harmonies of #580E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E94

Black with #580E94

Text Example


Text Example

White with #580E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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