Html Css Color HEX #581573 Indigo

📋 copy color: '#581573'

red 88 ◦ green 21 ◦ blue 115

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

Shades of Indigo #581573

Tints of Indigo #581573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.34%

R = 39.29%
G = 9.38%
B = 51.34%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#581573 (or 0x581573) is known color: Indigo. HEX triplet: 58, 15 and 73. RGB value is (88,21,115). Sum of RGB (Red+Green+Blue) = 88+21+115=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #581573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581573 is #A7EA8C. Grayscale: #333333. Windows color (decimal): -11004557 or 7542104. OLE color: 7542104.

HSL color Cylindrical-coordinate representation of color #581573: hue angle of 282.77º 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 #581573 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 21 115 -
CMYK 0.23 0.82 0 0.55
HSL 282.77º 0.69% 0.27% -
HSV(B) 282.77º 0.82% 0.45% -
XYZ 7.39 3.85 16.57 -
YUV 51.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 88 21 115 0.23 0.82 0 0.55 282.77 0.69 0.27
Hex 58 15 73 17 52 0 37 11B 45 1B
Octal 130 25 163 27 122 0 67 433 105 33
Binary 1011000 10101 1110011 10111 1010010 0 110111 100011011 1000101 11011

Color Harmonies of #581573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581573

Black with #581573

Text Example


Text Example

White with #581573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581573; }

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

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

background-color css

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

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

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

border-color css

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

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

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