#500167

Color #500167 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #500167

Tints of Indigo #500167

Color information

#500167 (or 0x500167) is unknown color: approx Indigo. HEX triplet: 50, 01 and 67. RGB value is (80,1,103). Sum of RGB (Red+Green+Blue) = 80+1+103=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #500167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500167 is #AFFE98. Grayscale: #232323. Windows color (decimal): -11533977 or 6750544. OLE color: 6750544.

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

Color convert

RGB801103-
CMYK0.220.9900.60
HSL286.47º98.08%20.39%-
HSV(B)286.47º99.03%40.39%-
XYZ5.772.7113.05-
YUV36.25165.67159.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 103 (40.62% from 255) = 55.98%
R=43.48%
G=0.54%
B=55.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8011030.220.9900.60286.4798.0820.39
Hex50167166303C11e6214
Octal12011472614307443614224
Binary1010000111001111011011000110111100100011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500167; }

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

 H1.HeaderClassName
 {
   color: #500167;
 }
 .AnyTagClassName
 {
   color: #500167;
 }
</style>
background-color css

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

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

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

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

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

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