Html Css Color HEX #580966 Indigo

📋 copy color: '#580966'

red 88 ◦ green 9 ◦ blue 102

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

Shades of Indigo #580966

Tints of Indigo #580966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.52%

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

R = 44.22%
G = 4.52%
B = 51.26%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#580966 (or 0x580966) is known color: Indigo. HEX triplet: 58, 09 and 66. RGB value is (88,9,102). Sum of RGB (Red+Green+Blue) = 88+9+102=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #580966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580966 is #A7F699. Grayscale: #2A2A2A. Windows color (decimal): -11007642 or 6687064. OLE color: 6687064.

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

Color convert

RGB 88 9 102 -
CMYK 0.14 0.91 0 0.6
HSL 290.97º 0.84% 0.22% -
HSV(B) 290.97º 0.91% 0.4% -
XYZ 6.52 3.23 12.85 -
YUV 43.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 88 9 102 0.14 0.91 0 0.6 290.97 0.84 0.22
Hex 58 9 66 E 5B 0 3C 123 54 16
Octal 130 11 146 16 133 0 74 443 124 26
Binary 1011000 1001 1100110 1110 1011011 0 111100 100100011 1010100 10110

Color Harmonies of #580966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580966

Black with #580966

Text Example


Text Example

White with #580966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580966; }

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

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

background-color css

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

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

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

border-color css

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

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

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