Html Css Color HEX #581186 Indigo

📋 copy color: '#581186'

red 88 ◦ green 17 ◦ blue 134

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

Shades of Indigo #581186

Tints of Indigo #581186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 56.07%

R = 36.82%
G = 7.11%
B = 56.07%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#581186 (or 0x581186) is known color: Indigo. HEX triplet: 58, 11 and 86. RGB value is (88,17,134). Sum of RGB (Red+Green+Blue) = 88+17+134=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #581186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581186 is #A7EE79. Grayscale: #333333. Windows color (decimal): -11005562 or 8786264. OLE color: 8786264.

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

Color convert

RGB 88 17 134 -
CMYK 0.34 0.87 0 0.47
HSL 276.41º 0.77% 0.3% -
HSV(B) 276.41º 0.87% 0.53% -
XYZ 8.53 4.2 22.91 -
YUV 51.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 88 17 134 0.34 0.87 0 0.47 276.41 0.77 0.3
Hex 58 11 86 22 57 0 2F 114 4D 1E
Octal 130 21 206 42 127 0 57 424 115 36
Binary 1011000 10001 10000110 100010 1010111 0 101111 100010100 1001101 11110

Color Harmonies of #581186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581186

Black with #581186

Text Example


Text Example

White with #581186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581186; }

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

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

background-color css

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

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

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

border-color css

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

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

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