Html Css Color HEX #581488 Indigo

📋 copy color: '#581488'

red 88 ◦ green 20 ◦ blue 136

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

Shades of Indigo #581488

Tints of Indigo #581488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.2%

 BLUE value IS 136 (53.52% from 255) = 55.74%

R = 36.07%
G = 8.2%
B = 55.74%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#581488 (or 0x581488) is known color: Indigo. HEX triplet: 58, 14 and 88. RGB value is (88,20,136). Sum of RGB (Red+Green+Blue) = 88+20+136=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #581488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581488 is #A7EB77. Grayscale: #353535. Windows color (decimal): -11004792 or 8918104. OLE color: 8918104.

HSL color Cylindrical-coordinate representation of color #581488: hue angle of 275.17º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581488 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 20 136 -
CMYK 0.35 0.85 0 0.47
HSL 275.17º 0.74% 0.31% -
HSV(B) 275.17º 0.85% 0.53% -
XYZ 8.72 4.35 23.67 -
YUV 53.56 174.53 152.57 -
System Red Green Blue C M Y K H S L
Decimal 88 20 136 0.35 0.85 0 0.47 275.17 0.74 0.31
Hex 58 14 88 23 55 0 2F 113 4A 1F
Octal 130 24 210 43 125 0 57 423 112 37
Binary 1011000 10100 10001000 100011 1010101 0 101111 100010011 1001010 11111

Color Harmonies of #581488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581488

Black with #581488

Text Example


Text Example

White with #581488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581488; }

 p { color: rgb(88,20,136); }

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

background-color css

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

 a { background-color: rgb(88,20,136); }

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

border-color css

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

 span { border-color: rgb(88,20,136); }

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