Html Css Color HEX #500466 Indigo

📋 copy color: '#500466'

red 80 ◦ green 4 ◦ blue 102

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

Shades of Indigo #500466

Tints of Indigo #500466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

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

R = 43.01%
G = 2.15%
B = 54.84%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#500466 (or 0x500466) is known color: Indigo. HEX triplet: 50, 04 and 66. RGB value is (80,4,102). Sum of RGB (Red+Green+Blue) = 80+4+102=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #500466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500466 is #AFFB99. Grayscale: #252525. Windows color (decimal): -11533210 or 6685776. OLE color: 6685776.

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

Color convert

RGB 80 4 102 -
CMYK 0.22 0.96 0 0.6
HSL 286.53º 0.92% 0.21% -
HSV(B) 286.53º 0.96% 0.4% -
XYZ 5.75 2.75 12.8 -
YUV 37.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 80 4 102 0.22 0.96 0 0.6 286.53 0.92 0.21
Hex 50 4 66 16 60 0 3C 11F 5C 15
Octal 120 4 146 26 140 0 74 437 134 25
Binary 1010000 100 1100110 10110 1100000 0 111100 100011111 1011100 10101

Color Harmonies of #500466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500466

Black with #500466

Text Example


Text Example

White with #500466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500466; }

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

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

background-color css

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

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

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

border-color css

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

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

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