Html Css Color HEX #581188 Indigo

📋 copy color: '#581188'

red 88 ◦ green 17 ◦ blue 136

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

Shades of Indigo #581188

Tints of Indigo #581188

RGB

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

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

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

R = 36.51%
G = 7.05%
B = 56.43%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#581188 (or 0x581188) is known color: Indigo. HEX triplet: 58, 11 and 88. RGB value is (88,17,136). Sum of RGB (Red+Green+Blue) = 88+17+136=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #581188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581188 is #A7EE77. Grayscale: #333333. Windows color (decimal): -11005560 or 8917336. OLE color: 8917336.

HSL color Cylindrical-coordinate representation of color #581188: hue angle of 275.8º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581188 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 17 136 -
CMYK 0.35 0.87 0 0.47
HSL 275.8º 0.78% 0.3% -
HSV(B) 275.8º 0.88% 0.53% -
XYZ 8.67 4.25 23.66 -
YUV 51.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 88 17 136 0.35 0.87 0 0.47 275.8 0.78 0.3
Hex 58 11 88 23 57 0 2F 114 4E 1E
Octal 130 21 210 43 127 0 57 424 116 36
Binary 1011000 10001 10001000 100011 1010111 0 101111 100010100 1001110 11110

Color Harmonies of #581188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581188

Black with #581188

Text Example


Text Example

White with #581188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581188; }

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

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

background-color css

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

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

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

border-color css

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

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

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