Html Css Color HEX #581299 Indigo

📋 copy color: '#581299'

red 88 ◦ green 18 ◦ blue 153

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

Shades of Indigo #581299

Tints of Indigo #581299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

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

R = 33.98%
G = 6.95%
B = 59.07%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#581299 (or 0x581299) is known color: Indigo. HEX triplet: 58, 12 and 99. RGB value is (88,18,153). Sum of RGB (Red+Green+Blue) = 88+18+153=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #581299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581299 is #A7ED66. Grayscale: #353535. Windows color (decimal): -11005287 or 10031704. OLE color: 10031704.

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

Color convert

RGB 88 18 153 -
CMYK 0.42 0.88 0 0.4
HSL 271.11º 0.79% 0.34% -
HSV(B) 271.11º 0.88% 0.6% -
XYZ 9.99 4.81 30.54 -
YUV 54.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 88 18 153 0.42 0.88 0 0.4 271.11 0.79 0.34
Hex 58 12 99 2A 58 0 28 10F 4F 22
Octal 130 22 231 52 130 0 50 417 117 42
Binary 1011000 10010 10011001 101010 1011000 0 101000 100001111 1001111 100010

Color Harmonies of #581299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581299

Black with #581299

Text Example


Text Example

White with #581299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581299; }

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

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

background-color css

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

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

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

border-color css

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

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

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