Html Css Color HEX #500168 Indigo

📋 copy color: '#500168'

red 80 ◦ green 1 ◦ blue 104

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

Shades of Indigo #500168

Tints of Indigo #500168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 43.24%
G = 0.54%
B = 56.22%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#500168 (or 0x500168) is known color: Indigo. HEX triplet: 50, 01 and 68. RGB value is (80,1,104). Sum of RGB (Red+Green+Blue) = 80+1+104=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #500168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500168 is #AFFE97. Grayscale: #242424. Windows color (decimal): -11533976 or 6816080. OLE color: 6816080.

HSL color Cylindrical-coordinate representation of color #500168: hue angle of 286.02º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500168 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 1 104 -
CMYK 0.23 0.99 0 0.59
HSL 286.02º 0.98% 0.21% -
HSV(B) 286.02º 0.99% 0.41% -
XYZ 5.82 2.73 13.32 -
YUV 36.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 80 1 104 0.23 0.99 0 0.59 286.02 0.98 0.21
Hex 50 1 68 17 63 0 3B 11E 62 15
Octal 120 1 150 27 143 0 73 436 142 25
Binary 1010000 1 1101000 10111 1100011 0 111011 100011110 1100010 10101

Color Harmonies of #500168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500168

Black with #500168

Text Example


Text Example

White with #500168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500168; }

 p { color: rgb(80,1,104); }

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

background-color css

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

 a { background-color: rgb(80,1,104); }

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

border-color css

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

 span { border-color: rgb(80,1,104); }

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