Html Css Color HEX #581381 Indigo

📋 copy color: '#581381'

red 88 ◦ green 19 ◦ blue 129

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

Shades of Indigo #581381

Tints of Indigo #581381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

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

R = 37.29%
G = 8.05%
B = 54.66%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#581381 (or 0x581381) is known color: Indigo. HEX triplet: 58, 13 and 81. RGB value is (88,19,129). Sum of RGB (Red+Green+Blue) = 88+19+129=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #581381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581381 is #A7EC7E. Grayscale: #333333. Windows color (decimal): -11005055 or 8459096. OLE color: 8459096.

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

Color convert

RGB 88 19 129 -
CMYK 0.32 0.85 0 0.49
HSL 277.64º 0.74% 0.29% -
HSV(B) 277.64º 0.85% 0.51% -
XYZ 8.22 4.13 21.13 -
YUV 52.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 88 19 129 0.32 0.85 0 0.49 277.64 0.74 0.29
Hex 58 13 81 20 55 0 31 116 4A 1D
Octal 130 23 201 40 125 0 61 426 112 35
Binary 1011000 10011 10000001 100000 1010101 0 110001 100010110 1001010 11101

Color Harmonies of #581381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581381

Black with #581381

Text Example


Text Example

White with #581381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581381; }

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

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

background-color css

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

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

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

border-color css

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

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

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