Html Css Color HEX #580373 Indigo

📋 copy color: '#580373'

red 88 ◦ green 3 ◦ blue 115

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

Shades of Indigo #580373

Tints of Indigo #580373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 42.72%
G = 1.46%
B = 55.83%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580373 (or 0x580373) is known color: Indigo. HEX triplet: 58, 03 and 73. RGB value is (88,3,115). Sum of RGB (Red+Green+Blue) = 88+3+115=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #580373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580373 is #A7FC8C. Grayscale: #282828. Windows color (decimal): -11009165 or 7537496. OLE color: 7537496.

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

Color convert

RGB 88 3 115 -
CMYK 0.23 0.97 0 0.55
HSL 285.54º 0.95% 0.23% -
HSV(B) 285.54º 0.97% 0.45% -
XYZ 7.15 3.38 16.49 -
YUV 41.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 88 3 115 0.23 0.97 0 0.55 285.54 0.95 0.23
Hex 58 3 73 17 61 0 37 11E 5F 17
Octal 130 3 163 27 141 0 67 436 137 27
Binary 1011000 11 1110011 10111 1100001 0 110111 100011110 1011111 10111

Color Harmonies of #580373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580373

Black with #580373

Text Example


Text Example

White with #580373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580373; }

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

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

background-color css

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

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

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

border-color css

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

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

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