Html Css Color HEX #580593 Indigo

📋 copy color: '#580593'

red 88 ◦ green 5 ◦ blue 147

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

Shades of Indigo #580593

Tints of Indigo #580593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61.25%

R = 36.67%
G = 2.08%
B = 61.25%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#580593 (or 0x580593) is known color: Indigo. HEX triplet: 58, 05 and 93. RGB value is (88,5,147). Sum of RGB (Red+Green+Blue) = 88+5+147=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #580593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580593 is #A7FA6C. Grayscale: #2D2D2D. Windows color (decimal): -11008621 or 9635160. OLE color: 9635160.

HSL color Cylindrical-coordinate representation of color #580593: hue angle of 275.07º 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 #580593 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 5 147 -
CMYK 0.40 0.97 0 0.42
HSL 275.07º 0.93% 0.3% -
HSV(B) 275.07º 0.97% 0.58% -
XYZ 9.35 4.29 27.94 -
YUV 46.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 88 5 147 0.40 0.97 0 0.42 275.07 0.93 0.3
Hex 58 5 93 28 61 0 2A 113 5D 1E
Octal 130 5 223 50 141 0 52 423 135 36
Binary 1011000 101 10010011 101000 1100001 0 101010 100010011 1011101 11110

Color Harmonies of #580593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580593

Black with #580593

Text Example


Text Example

White with #580593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580593; }

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

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

background-color css

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

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

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

border-color css

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

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

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