Html Css Color HEX #500566 Indigo

📋 copy color: '#500566'

red 80 ◦ green 5 ◦ blue 102

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

Shades of Indigo #500566

Tints of Indigo #500566

RGB

 RED value IS 80 (31.64% from 255) = 42.78%

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 42.78%
G = 2.67%
B = 54.55%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#500566 (or 0x500566) is known color: Indigo. HEX triplet: 50, 05 and 66. RGB value is (80,5,102). Sum of RGB (Red+Green+Blue) = 80+5+102=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #500566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500566 is #AFFA99. Grayscale: #262626. Windows color (decimal): -11532954 or 6686032. OLE color: 6686032.

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

Color convert

RGB 80 5 102 -
CMYK 0.22 0.95 0 0.6
HSL 286.39º 0.91% 0.21% -
HSV(B) 286.39º 0.95% 0.4% -
XYZ 5.76 2.77 12.8 -
YUV 38.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 80 5 102 0.22 0.95 0 0.6 286.39 0.91 0.21
Hex 50 5 66 16 5F 0 3C 11E 5B 15
Octal 120 5 146 26 137 0 74 436 133 25
Binary 1010000 101 1100110 10110 1011111 0 111100 100011110 1011011 10101

Color Harmonies of #500566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500566

Black with #500566

Text Example


Text Example

White with #500566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500566; }

 p { color: rgb(80,5,102); }

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

background-color css

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

 a { background-color: rgb(80,5,102); }

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

border-color css

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

 span { border-color: rgb(80,5,102); }

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