Html Css Color HEX #580563 Indigo

📋 copy color: '#580563'

red 88 ◦ green 5 ◦ blue 99

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

Shades of Indigo #580563

Tints of Indigo #580563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 51.56%

R = 45.83%
G = 2.6%
B = 51.56%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#580563 (or 0x580563) is known color: Indigo. HEX triplet: 58, 05 and 63. RGB value is (88,5,99). Sum of RGB (Red+Green+Blue) = 88+5+99=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #580563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580563 is #A7FA9C. Grayscale: #282828. Windows color (decimal): -11008669 or 6489432. OLE color: 6489432.

HSL color Cylindrical-coordinate representation of color #580563: hue angle of 292.98º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580563 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 5 99 -
CMYK 0.11 0.95 0 0.61
HSL 292.98º 0.9% 0.2% -
HSV(B) 292.98º 0.95% 0.39% -
XYZ 6.33 3.08 12.07 -
YUV 40.53 161 161.86 -
System Red Green Blue C M Y K H S L
Decimal 88 5 99 0.11 0.95 0 0.61 292.98 0.9 0.2
Hex 58 5 63 B 5F 0 3D 125 5A 14
Octal 130 5 143 13 137 0 75 445 132 24
Binary 1011000 101 1100011 1011 1011111 0 111101 100100101 1011010 10100

Color Harmonies of #580563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580563

Black with #580563

Text Example


Text Example

White with #580563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580563; }

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

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

background-color css

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

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

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

border-color css

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

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

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