Html Css Color HEX #580673 Indigo

📋 copy color: '#580673'

red 88 ◦ green 6 ◦ blue 115

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

Shades of Indigo #580673

Tints of Indigo #580673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 42.11%
G = 2.87%
B = 55.02%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580673 (or 0x580673) is known color: Indigo. HEX triplet: 58, 06 and 73. RGB value is (88,6,115). Sum of RGB (Red+Green+Blue) = 88+6+115=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #580673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580673 is #A7F98C. Grayscale: #2A2A2A. Windows color (decimal): -11008397 or 7538264. OLE color: 7538264.

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

Color convert

RGB 88 6 115 -
CMYK 0.23 0.95 0 0.55
HSL 285.14º 0.9% 0.24% -
HSV(B) 285.14º 0.95% 0.45% -
XYZ 7.18 3.44 16.51 -
YUV 42.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 88 6 115 0.23 0.95 0 0.55 285.14 0.9 0.24
Hex 58 6 73 17 5F 0 37 11D 5A 18
Octal 130 6 163 27 137 0 67 435 132 30
Binary 1011000 110 1110011 10111 1011111 0 110111 100011101 1011010 11000

Color Harmonies of #580673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580673

Black with #580673

Text Example


Text Example

White with #580673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580673; }

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

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

background-color css

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

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

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

border-color css

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

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

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