Html Css Color HEX #580370 Indigo

📋 copy color: '#580370'

red 88 ◦ green 3 ◦ blue 112

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

Shades of Indigo #580370

Tints of Indigo #580370

RGB

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

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

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

R = 43.35%
G = 1.48%
B = 55.17%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#580370 (or 0x580370) is known color: Indigo. HEX triplet: 58, 03 and 70. RGB value is (88,3,112). Sum of RGB (Red+Green+Blue) = 88+3+112=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #580370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580370 is #A7FC8F. Grayscale: #282828. Windows color (decimal): -11009168 or 7340888. OLE color: 7340888.

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

Color convert

RGB 88 3 112 -
CMYK 0.21 0.97 0 0.56
HSL 286.79º 0.95% 0.23% -
HSV(B) 286.79º 0.97% 0.44% -
XYZ 6.98 3.31 15.6 -
YUV 40.84 168.16 161.64 -
System Red Green Blue C M Y K H S L
Decimal 88 3 112 0.21 0.97 0 0.56 286.79 0.95 0.23
Hex 58 3 70 15 61 0 38 11F 5F 17
Octal 130 3 160 25 141 0 70 437 137 27
Binary 1011000 11 1110000 10101 1100001 0 111000 100011111 1011111 10111

Color Harmonies of #580370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580370

Black with #580370

Text Example


Text Example

White with #580370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580370; }

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

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

background-color css

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

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

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

border-color css

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

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

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