Html Css Color HEX #580379 Indigo

📋 copy color: '#580379'

red 88 ◦ green 3 ◦ blue 121

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

Shades of Indigo #580379

Tints of Indigo #580379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 57.08%

R = 41.51%
G = 1.42%
B = 57.08%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#580379 (or 0x580379) is known color: Indigo. HEX triplet: 58, 03 and 79. RGB value is (88,3,121). Sum of RGB (Red+Green+Blue) = 88+3+121=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #580379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580379 is #A7FC86. Grayscale: #292929. Windows color (decimal): -11009159 or 7930712. OLE color: 7930712.

HSL color Cylindrical-coordinate representation of color #580379: hue angle of 283.22º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580379 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 3 121 -
CMYK 0.27 0.98 0 0.53
HSL 283.22º 0.95% 0.24% -
HSV(B) 283.22º 0.98% 0.47% -
XYZ 7.51 3.52 18.37 -
YUV 41.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 88 3 121 0.27 0.98 0 0.53 283.22 0.95 0.24
Hex 58 3 79 1B 62 0 35 11B 5F 18
Octal 130 3 171 33 142 0 65 433 137 30
Binary 1011000 11 1111001 11011 1100010 0 110101 100011011 1011111 11000

Color Harmonies of #580379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580379

Black with #580379

Text Example


Text Example

White with #580379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580379; }

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

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

background-color css

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

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

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

border-color css

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

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

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