Html Css Color HEX #580066 Indigo

📋 copy color: '#580066'

red 88 ◦ green 0 ◦ blue 102

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

Shades of Indigo #580066

Tints of Indigo #580066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.32%
G = 0%
B = 53.68%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#580066 (or 0x580066) is known color: Indigo. HEX triplet: 58, 00 and 66. RGB value is (88,0,102). Sum of RGB (Red+Green+Blue) = 88+0+102=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #580066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580066 is #A7FF99. Grayscale: #252525. Windows color (decimal): -11009946 or 6684760. OLE color: 6684760.

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

Color convert

RGB 88 0 102 -
CMYK 0.14 1 0 0.6
HSL 291.76º 1% 0.2% -
HSV(B) 291.76º 1% 0.4% -
XYZ 6.42 3.03 12.82 -
YUV 37.94 164.15 163.71 -
System Red Green Blue C M Y K H S L
Decimal 88 0 102 0.14 1 0 0.6 291.76 1 0.2
Hex 58 0 66 E 64 0 3C 124 64 14
Octal 130 0 146 16 144 0 74 444 144 24
Binary 1011000 0 1100110 1110 1100100 0 111100 100100100 1100100 10100

Color Harmonies of #580066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580066

Black with #580066

Text Example


Text Example

White with #580066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580066; }

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

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

background-color css

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

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

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

border-color css

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

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

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