Html Css Color HEX #580199 Indigo

📋 copy color: '#580199'

red 88 ◦ green 1 ◦ blue 153

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

Shades of Indigo #580199

Tints of Indigo #580199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 36.36%
G = 0.41%
B = 63.22%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#580199 (or 0x580199) is known color: Indigo. HEX triplet: 58, 01 and 99. RGB value is (88,1,153). Sum of RGB (Red+Green+Blue) = 88+1+153=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #580199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580199 is #A7FE66. Grayscale: #2B2B2B. Windows color (decimal): -11009639 or 10027352. OLE color: 10027352.

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

Color convert

RGB 88 1 153 -
CMYK 0.42 0.99 0 0.4
HSL 274.34º 0.99% 0.3% -
HSV(B) 274.34º 0.99% 0.6% -
XYZ 9.79 4.4 30.47 -
YUV 44.34 189.32 159.14 -
System Red Green Blue C M Y K H S L
Decimal 88 1 153 0.42 0.99 0 0.4 274.34 0.99 0.3
Hex 58 1 99 2A 63 0 28 112 63 1E
Octal 130 1 231 52 143 0 50 422 143 36
Binary 1011000 1 10011001 101010 1100011 0 101000 100010010 1100011 11110

Color Harmonies of #580199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580199

Black with #580199

Text Example


Text Example

White with #580199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580199; }

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

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

background-color css

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

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

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

border-color css

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

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

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