Html Css Color HEX #581981 Indigo

📋 copy color: '#581981'

red 88 ◦ green 25 ◦ blue 129

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

Shades of Indigo #581981

Tints of Indigo #581981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

 BLUE value IS 129 (50.78% from 255) = 53.31%

R = 36.36%
G = 10.33%
B = 53.31%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#581981 (or 0x581981) is known color: Indigo. HEX triplet: 58, 19 and 81. RGB value is (88,25,129). Sum of RGB (Red+Green+Blue) = 88+25+129=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #581981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581981 is #A7E67E. Grayscale: #373737. Windows color (decimal): -11003519 or 8460632. OLE color: 8460632.

HSL color Cylindrical-coordinate representation of color #581981: hue angle of 276.35º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581981 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 25 129 -
CMYK 0.32 0.81 0 0.49
HSL 276.35º 0.68% 0.3% -
HSV(B) 276.35º 0.81% 0.51% -
XYZ 8.33 4.35 21.17 -
YUV 55.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 88 25 129 0.32 0.81 0 0.49 276.35 0.68 0.3
Hex 58 19 81 20 51 0 31 114 44 1E
Octal 130 31 201 40 121 0 61 424 104 36
Binary 1011000 11001 10000001 100000 1010001 0 110001 100010100 1000100 11110

Color Harmonies of #581981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581981

Black with #581981

Text Example


Text Example

White with #581981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581981; }

 p { color: rgb(88,25,129); }

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

background-color css

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

 a { background-color: rgb(88,25,129); }

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

border-color css

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

 span { border-color: rgb(88,25,129); }

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