Html Css Color HEX #581599 Indigo

📋 copy color: '#581599'

red 88 ◦ green 21 ◦ blue 153

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

Shades of Indigo #581599

Tints of Indigo #581599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

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

R = 33.59%
G = 8.02%
B = 58.4%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#581599 (or 0x581599) is known color: Indigo. HEX triplet: 58, 15 and 99. RGB value is (88,21,153). Sum of RGB (Red+Green+Blue) = 88+21+153=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #581599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581599 is #A7EA66. Grayscale: #373737. Windows color (decimal): -11004519 or 10032472. OLE color: 10032472.

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

Color convert

RGB 88 21 153 -
CMYK 0.42 0.86 0 0.4
HSL 270.45º 0.76% 0.34% -
HSV(B) 270.45º 0.86% 0.6% -
XYZ 10.04 4.91 30.56 -
YUV 56.08 182.7 150.77 -
System Red Green Blue C M Y K H S L
Decimal 88 21 153 0.42 0.86 0 0.4 270.45 0.76 0.34
Hex 58 15 99 2A 56 0 28 10E 4C 22
Octal 130 25 231 52 126 0 50 416 114 42
Binary 1011000 10101 10011001 101010 1010110 0 101000 100001110 1001100 100010

Color Harmonies of #581599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581599

Black with #581599

Text Example


Text Example

White with #581599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581599; }

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

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

background-color css

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

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

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

border-color css

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

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

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