Html Css Color HEX #580666 Indigo

📋 copy color: '#580666'

red 88 ◦ green 6 ◦ blue 102

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

Shades of Indigo #580666

Tints of Indigo #580666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.04%

R = 44.9%
G = 3.06%
B = 52.04%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#580666 (or 0x580666) is known color: Indigo. HEX triplet: 58, 06 and 66. RGB value is (88,6,102). Sum of RGB (Red+Green+Blue) = 88+6+102=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #580666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580666 is #A7F999. Grayscale: #292929. Windows color (decimal): -11008410 or 6686296. OLE color: 6686296.

HSL color Cylindrical-coordinate representation of color #580666: hue angle of 291.25º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580666 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 6 102 -
CMYK 0.14 0.94 0 0.6
HSL 291.25º 0.89% 0.21% -
HSV(B) 291.25º 0.94% 0.4% -
XYZ 6.49 3.16 12.84 -
YUV 41.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 88 6 102 0.14 0.94 0 0.6 291.25 0.89 0.21
Hex 58 6 66 E 5E 0 3C 123 59 15
Octal 130 6 146 16 136 0 74 443 131 25
Binary 1011000 110 1100110 1110 1011110 0 111100 100100011 1011001 10101

Color Harmonies of #580666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580666

Black with #580666

Text Example


Text Example

White with #580666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580666; }

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

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

background-color css

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

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

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

border-color css

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

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

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