Html Css Color HEX #580699 Indigo

📋 copy color: '#580699'

red 88 ◦ green 6 ◦ blue 153

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

Shades of Indigo #580699

Tints of Indigo #580699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

 BLUE value IS 153 (60.16% from 255) = 61.94%

R = 35.63%
G = 2.43%
B = 61.94%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#580699 (or 0x580699) is known color: Indigo. HEX triplet: 58, 06 and 99. RGB value is (88,6,153). Sum of RGB (Red+Green+Blue) = 88+6+153=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #580699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580699 is #A7F966. Grayscale: #2E2E2E. Windows color (decimal): -11008359 or 10028632. OLE color: 10028632.

HSL color Cylindrical-coordinate representation of color #580699: hue angle of 273.47º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580699 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 6 153 -
CMYK 0.42 0.96 0 0.4
HSL 273.47º 0.92% 0.31% -
HSV(B) 273.47º 0.96% 0.6% -
XYZ 9.84 4.5 30.49 -
YUV 47.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 88 6 153 0.42 0.96 0 0.4 273.47 0.92 0.31
Hex 58 6 99 2A 60 0 28 111 5C 1F
Octal 130 6 231 52 140 0 50 421 134 37
Binary 1011000 110 10011001 101010 1100000 0 101000 100010001 1011100 11111

Color Harmonies of #580699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580699

Black with #580699

Text Example


Text Example

White with #580699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580699; }

 p { color: rgb(88,6,153); }

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

background-color css

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

 a { background-color: rgb(88,6,153); }

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

border-color css

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

 span { border-color: rgb(88,6,153); }

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