Html Css Color HEX #581372 Indigo

📋 copy color: '#581372'

red 88 ◦ green 19 ◦ blue 114

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

Shades of Indigo #581372

Tints of Indigo #581372

RGB

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

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

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

R = 39.82%
G = 8.6%
B = 51.58%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#581372 (or 0x581372) is known color: Indigo. HEX triplet: 58, 13 and 72. RGB value is (88,19,114). Sum of RGB (Red+Green+Blue) = 88+19+114=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #581372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581372 is #A7EC8D. Grayscale: #323232. Windows color (decimal): -11005070 or 7476056. OLE color: 7476056.

HSL color Cylindrical-coordinate representation of color #581372: hue angle of 283.58º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581372 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 19 114 -
CMYK 0.23 0.83 0 0.55
HSL 283.58º 0.71% 0.26% -
HSV(B) 283.58º 0.83% 0.45% -
XYZ 7.29 3.76 16.26 -
YUV 50.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 88 19 114 0.23 0.83 0 0.55 283.58 0.71 0.26
Hex 58 13 72 17 53 0 37 11C 47 1A
Octal 130 23 162 27 123 0 67 434 107 32
Binary 1011000 10011 1110010 10111 1010011 0 110111 100011100 1000111 11010

Color Harmonies of #581372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581372

Black with #581372

Text Example


Text Example

White with #581372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581372; }

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

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

background-color css

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

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

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

border-color css

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

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

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