Html Css Color HEX #581574 Indigo

📋 copy color: '#581574'

red 88 ◦ green 21 ◦ blue 116

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

Shades of Indigo #581574

Tints of Indigo #581574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

 BLUE value IS 116 (45.7% from 255) = 51.56%

R = 39.11%
G = 9.33%
B = 51.56%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#581574 (or 0x581574) is known color: Indigo. HEX triplet: 58, 15 and 74. RGB value is (88,21,116). Sum of RGB (Red+Green+Blue) = 88+21+116=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #581574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581574 is #A7EA8B. Grayscale: #333333. Windows color (decimal): -11004556 or 7607640. OLE color: 7607640.

HSL color Cylindrical-coordinate representation of color #581574: hue angle of 282.32º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581574 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 21 116 -
CMYK 0.24 0.82 0 0.55
HSL 282.32º 0.69% 0.27% -
HSV(B) 282.32º 0.82% 0.45% -
XYZ 7.45 3.87 16.88 -
YUV 51.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 88 21 116 0.24 0.82 0 0.55 282.32 0.69 0.27
Hex 58 15 74 18 52 0 37 11A 45 1B
Octal 130 25 164 30 122 0 67 432 105 33
Binary 1011000 10101 1110100 11000 1010010 0 110111 100011010 1000101 11011

Color Harmonies of #581574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581574

Black with #581574

Text Example


Text Example

White with #581574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581574; }

 p { color: rgb(88,21,116); }

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

background-color css

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

 a { background-color: rgb(88,21,116); }

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

border-color css

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

 span { border-color: rgb(88,21,116); }

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