Html Css Color HEX #581291 Indigo

📋 copy color: '#581291'

red 88 ◦ green 18 ◦ blue 145

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

Shades of Indigo #581291

Tints of Indigo #581291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.77%

R = 35.06%
G = 7.17%
B = 57.77%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#581291 (or 0x581291) is known color: Indigo. HEX triplet: 58, 12 and 91. RGB value is (88,18,145). Sum of RGB (Red+Green+Blue) = 88+18+145=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #581291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581291 is #A7ED6E. Grayscale: #343434. Windows color (decimal): -11005295 or 9507416. OLE color: 9507416.

HSL color Cylindrical-coordinate representation of color #581291: hue angle of 273.07º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581291 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 18 145 -
CMYK 0.39 0.88 0 0.43
HSL 273.07º 0.78% 0.32% -
HSV(B) 273.07º 0.88% 0.57% -
XYZ 9.35 4.55 27.17 -
YUV 53.41 179.69 152.67 -
System Red Green Blue C M Y K H S L
Decimal 88 18 145 0.39 0.88 0 0.43 273.07 0.78 0.32
Hex 58 12 91 27 58 0 2B 111 4E 20
Octal 130 22 221 47 130 0 53 421 116 40
Binary 1011000 10010 10010001 100111 1011000 0 101011 100010001 1001110 100000

Color Harmonies of #581291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581291

Black with #581291

Text Example


Text Example

White with #581291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581291; }

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

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

background-color css

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

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

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

border-color css

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

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

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