Html Css Color HEX #581772 Indigo

📋 copy color: '#581772'

red 88 ◦ green 23 ◦ blue 114

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

Shades of Indigo #581772

Tints of Indigo #581772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 39.11%
G = 10.22%
B = 50.67%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#581772 (or 0x581772) is known color: Indigo. HEX triplet: 58, 17 and 72. RGB value is (88,23,114). Sum of RGB (Red+Green+Blue) = 88+23+114=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #581772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581772 is #A7E88D. Grayscale: #343434. Windows color (decimal): -11004046 or 7477080. OLE color: 7477080.

HSL color Cylindrical-coordinate representation of color #581772: hue angle of 282.86º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581772 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 23 114 -
CMYK 0.23 0.80 0 0.55
HSL 282.86º 0.66% 0.27% -
HSV(B) 282.86º 0.8% 0.45% -
XYZ 7.37 3.9 16.28 -
YUV 52.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 88 23 114 0.23 0.80 0 0.55 282.86 0.66 0.27
Hex 58 17 72 17 50 0 37 11B 42 1B
Octal 130 27 162 27 120 0 67 433 102 33
Binary 1011000 10111 1110010 10111 1010000 0 110111 100011011 1000010 11011

Color Harmonies of #581772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581772

Black with #581772

Text Example


Text Example

White with #581772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581772; }

 p { color: rgb(88,23,114); }

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

background-color css

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

 a { background-color: rgb(88,23,114); }

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

border-color css

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

 span { border-color: rgb(88,23,114); }

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