Html Css Color HEX #581286 Indigo

📋 copy color: '#581286'

red 88 ◦ green 18 ◦ blue 134

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

Shades of Indigo #581286

Tints of Indigo #581286

RGB

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

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

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

R = 36.67%
G = 7.5%
B = 55.83%

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

#581286 (or 0x581286) is known color: Indigo. HEX triplet: 58, 12 and 86. RGB value is (88,18,134). Sum of RGB (Red+Green+Blue) = 88+18+134=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #581286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581286 is #A7ED79. Grayscale: #333333. Windows color (decimal): -11005306 or 8786520. OLE color: 8786520.

HSL color Cylindrical-coordinate representation of color #581286: hue angle of 276.21º degrees, saturation: 0.76, 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 #581286 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 18 134 -
CMYK 0.34 0.87 0 0.47
HSL 276.21º 0.76% 0.3% -
HSV(B) 276.21º 0.87% 0.53% -
XYZ 8.54 4.23 22.92 -
YUV 52.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 88 18 134 0.34 0.87 0 0.47 276.21 0.76 0.3
Hex 58 12 86 22 57 0 2F 114 4C 1E
Octal 130 22 206 42 127 0 57 424 114 36
Binary 1011000 10010 10000110 100010 1010111 0 101111 100010100 1001100 11110

Color Harmonies of #581286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581286

Black with #581286

Text Example


Text Example

White with #581286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581286; }

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

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

background-color css

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

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

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

border-color css

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

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

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