Html Css Color HEX #581373 Indigo

📋 copy color: '#581373'

red 88 ◦ green 19 ◦ blue 115

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

Shades of Indigo #581373

Tints of Indigo #581373

RGB

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

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

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

R = 39.64%
G = 8.56%
B = 51.8%

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

#581373 (or 0x581373) is known color: Indigo. HEX triplet: 58, 13 and 73. RGB value is (88,19,115). Sum of RGB (Red+Green+Blue) = 88+19+115=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #581373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581373 is #A7EC8C. Grayscale: #323232. Windows color (decimal): -11005069 or 7541592. OLE color: 7541592.

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

Color convert

RGB 88 19 115 -
CMYK 0.23 0.83 0 0.55
HSL 283.13º 0.72% 0.26% -
HSV(B) 283.13º 0.83% 0.45% -
XYZ 7.35 3.78 16.56 -
YUV 50.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 88 19 115 0.23 0.83 0 0.55 283.13 0.72 0.26
Hex 58 13 73 17 53 0 37 11B 48 1A
Octal 130 23 163 27 123 0 67 433 110 32
Binary 1011000 10011 1110011 10111 1010011 0 110111 100011011 1001000 11010

Color Harmonies of #581373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581373

Black with #581373

Text Example


Text Example

White with #581373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581373; }

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

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

background-color css

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

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

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

border-color css

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

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

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