Html Css Color HEX #581199 Indigo

📋 copy color: '#581199'

red 88 ◦ green 17 ◦ blue 153

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

Shades of Indigo #581199

Tints of Indigo #581199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

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

R = 34.11%
G = 6.59%
B = 59.3%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#581199 (or 0x581199) is known color: Indigo. HEX triplet: 58, 11 and 99. RGB value is (88,17,153). Sum of RGB (Red+Green+Blue) = 88+17+153=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #581199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581199 is #A7EE66. Grayscale: #353535. Windows color (decimal): -11005543 or 10031448. OLE color: 10031448.

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

Color convert

RGB 88 17 153 -
CMYK 0.42 0.89 0 0.4
HSL 271.32º 0.8% 0.33% -
HSV(B) 271.32º 0.89% 0.6% -
XYZ 9.97 4.78 30.53 -
YUV 53.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 88 17 153 0.42 0.89 0 0.4 271.32 0.8 0.33
Hex 58 11 99 2A 59 0 28 10F 50 21
Octal 130 21 231 52 131 0 50 417 120 41
Binary 1011000 10001 10011001 101010 1011001 0 101000 100001111 1010000 100001

Color Harmonies of #581199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581199

Black with #581199

Text Example


Text Example

White with #581199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581199; }

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

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

background-color css

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

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

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

border-color css

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

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

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