#500267

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

Shades of Indigo #500267

Tints of Indigo #500267

Color information

#500267 (or 0x500267) is unknown color: approx Indigo. HEX triplet: 50, 02 and 67. RGB value is (80,2,103). Sum of RGB (Red+Green+Blue) = 80+2+103=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #500267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500267 is #AFFD98. Grayscale: #242424. Windows color (decimal): -11533721 or 6750800. OLE color: 6750800.

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

Color convert

RGB802103-
CMYK0.220.9800.60
HSL286.34º96.19%20.59%-
HSV(B)286.34º98.06%40.39%-
XYZ5.782.7313.05-
YUV36.84165.34158.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 103 (40.62% from 255) = 55.68%
R=43.24%
G=1.08%
B=55.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8021030.220.9800.60286.3496.1920.59
Hex50267166203C11e6015
Octal12021472614207443614025
Binary10100001011001111011011000100111100100011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500267; }

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

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

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

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

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

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

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

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