Html Css Color HEX #581099 Indigo

📋 copy color: '#581099'

red 88 ◦ green 16 ◦ blue 153

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

Shades of Indigo #581099

Tints of Indigo #581099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

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

R = 34.24%
G = 6.23%
B = 59.53%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#581099 (or 0x581099) is known color: Indigo. HEX triplet: 58, 10 and 99. RGB value is (88,16,153). Sum of RGB (Red+Green+Blue) = 88+16+153=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #581099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581099 is #A7EF66. Grayscale: #343434. Windows color (decimal): -11005799 or 10031192. OLE color: 10031192.

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

Color convert

RGB 88 16 153 -
CMYK 0.42 0.90 0 0.4
HSL 271.53º 0.81% 0.33% -
HSV(B) 271.53º 0.9% 0.6% -
XYZ 9.96 4.75 30.53 -
YUV 53.15 184.35 152.86 -
System Red Green Blue C M Y K H S L
Decimal 88 16 153 0.42 0.90 0 0.4 271.53 0.81 0.33
Hex 58 10 99 2A 5A 0 28 110 51 21
Octal 130 20 231 52 132 0 50 420 121 41
Binary 1011000 10000 10011001 101010 1011010 0 101000 100010000 1010001 100001

Color Harmonies of #581099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581099

Black with #581099

Text Example


Text Example

White with #581099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581099; }

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

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

background-color css

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

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

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

border-color css

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

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

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