Html Css Color HEX #500266 Indigo

📋 copy color: '#500266'

red 80 ◦ green 2 ◦ blue 102

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

Shades of Indigo #500266

Tints of Indigo #500266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 43.48%
G = 1.09%
B = 55.43%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#500266 (or 0x500266) is known color: Indigo. HEX triplet: 50, 02 and 66. RGB value is (80,2,102). Sum of RGB (Red+Green+Blue) = 80+2+102=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #500266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500266 is #AFFD99. Grayscale: #242424. Windows color (decimal): -11533722 or 6685264. OLE color: 6685264.

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

Color convert

RGB 80 2 102 -
CMYK 0.22 0.98 0 0.6
HSL 286.8º 0.96% 0.2% -
HSV(B) 286.8º 0.98% 0.4% -
XYZ 5.73 2.71 12.79 -
YUV 36.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 80 2 102 0.22 0.98 0 0.6 286.8 0.96 0.2
Hex 50 2 66 16 62 0 3C 11F 60 14
Octal 120 2 146 26 142 0 74 437 140 24
Binary 1010000 10 1100110 10110 1100010 0 111100 100011111 1100000 10100

Color Harmonies of #500266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500266

Black with #500266

Text Example


Text Example

White with #500266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500266; }

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

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

background-color css

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

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

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

border-color css

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

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

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