Html Css Color HEX #581370 Indigo

📋 copy color: '#581370'

red 88 ◦ green 19 ◦ blue 112

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

Shades of Indigo #581370

Tints of Indigo #581370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 40.18%
G = 8.68%
B = 51.14%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#581370 (or 0x581370) is known color: Indigo. HEX triplet: 58, 13 and 70. RGB value is (88,19,112). Sum of RGB (Red+Green+Blue) = 88+19+112=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #581370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581370 is #A7EC8F. Grayscale: #313131. Windows color (decimal): -11005072 or 7344984. OLE color: 7344984.

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

Color convert

RGB 88 19 112 -
CMYK 0.21 0.83 0 0.56
HSL 284.52º 0.71% 0.26% -
HSV(B) 284.52º 0.83% 0.44% -
XYZ 7.18 3.71 15.67 -
YUV 50.23 162.86 154.94 -
System Red Green Blue C M Y K H S L
Decimal 88 19 112 0.21 0.83 0 0.56 284.52 0.71 0.26
Hex 58 13 70 15 53 0 38 11D 47 1A
Octal 130 23 160 25 123 0 70 435 107 32
Binary 1011000 10011 1110000 10101 1010011 0 111000 100011101 1000111 11010

Color Harmonies of #581370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581370

Black with #581370

Text Example


Text Example

White with #581370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581370; }

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

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

background-color css

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

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

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

border-color css

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

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

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