Html Css Color HEX #580594 Indigo

📋 copy color: '#580594'

red 88 ◦ green 5 ◦ blue 148

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

Shades of Indigo #580594

Tints of Indigo #580594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 36.51%
G = 2.07%
B = 61.41%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#580594 (or 0x580594) is known color: Indigo. HEX triplet: 58, 05 and 94. RGB value is (88,5,148). Sum of RGB (Red+Green+Blue) = 88+5+148=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #580594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580594 is #A7FA6B. Grayscale: #2D2D2D. Windows color (decimal): -11008620 or 9700696. OLE color: 9700696.

HSL color Cylindrical-coordinate representation of color #580594: hue angle of 274.83º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580594 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 5 148 -
CMYK 0.41 0.97 0 0.42
HSL 274.83º 0.93% 0.3% -
HSV(B) 274.83º 0.97% 0.58% -
XYZ 9.42 4.32 28.35 -
YUV 46.12 185.5 157.87 -
System Red Green Blue C M Y K H S L
Decimal 88 5 148 0.41 0.97 0 0.42 274.83 0.93 0.3
Hex 58 5 94 29 61 0 2A 113 5D 1E
Octal 130 5 224 51 141 0 52 423 135 36
Binary 1011000 101 10010100 101001 1100001 0 101010 100010011 1011101 11110

Color Harmonies of #580594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580594

Black with #580594

Text Example


Text Example

White with #580594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580594; }

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

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

background-color css

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

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

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

border-color css

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

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

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