Html Css Color HEX #580677 Indigo

📋 copy color: '#580677'

red 88 ◦ green 6 ◦ blue 119

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

Shades of Indigo #580677

Tints of Indigo #580677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 55.87%

R = 41.31%
G = 2.82%
B = 55.87%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#580677 (or 0x580677) is known color: Indigo. HEX triplet: 58, 06 and 77. RGB value is (88,6,119). Sum of RGB (Red+Green+Blue) = 88+6+119=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #580677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580677 is #A7F988. Grayscale: #2B2B2B. Windows color (decimal): -11008393 or 7800408. OLE color: 7800408.

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

Color convert

RGB 88 6 119 -
CMYK 0.26 0.95 0 0.53
HSL 283.54º 0.9% 0.25% -
HSV(B) 283.54º 0.95% 0.47% -
XYZ 7.42 3.54 17.74 -
YUV 43.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 88 6 119 0.26 0.95 0 0.53 283.54 0.9 0.25
Hex 58 6 77 1A 5F 0 35 11C 5A 19
Octal 130 6 167 32 137 0 65 434 132 31
Binary 1011000 110 1110111 11010 1011111 0 110101 100011100 1011010 11001

Color Harmonies of #580677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580677

Black with #580677

Text Example


Text Example

White with #580677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580677; }

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

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

background-color css

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

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

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

border-color css

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

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

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