Html Css Color HEX #580671 Indigo

📋 copy color: '#580671'

red 88 ◦ green 6 ◦ blue 113

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

Shades of Indigo #580671

Tints of Indigo #580671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.59%

R = 42.51%
G = 2.9%
B = 54.59%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#580671 (or 0x580671) is known color: Indigo. HEX triplet: 58, 06 and 71. RGB value is (88,6,113). Sum of RGB (Red+Green+Blue) = 88+6+113=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #580671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580671 is #A7F98E. Grayscale: #2A2A2A. Windows color (decimal): -11008399 or 7407192. OLE color: 7407192.

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

Color convert

RGB 88 6 113 -
CMYK 0.22 0.95 0 0.56
HSL 285.98º 0.9% 0.23% -
HSV(B) 285.98º 0.95% 0.44% -
XYZ 7.07 3.4 15.91 -
YUV 42.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 88 6 113 0.22 0.95 0 0.56 285.98 0.9 0.23
Hex 58 6 71 16 5F 0 38 11E 5A 17
Octal 130 6 161 26 137 0 70 436 132 27
Binary 1011000 110 1110001 10110 1011111 0 111000 100011110 1011010 10111

Color Harmonies of #580671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580671

Black with #580671

Text Example


Text Example

White with #580671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580671; }

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

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

background-color css

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

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

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

border-color css

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

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

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