#500567

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

Shades of Indigo #500567

Tints of Indigo #500567

Color information

#500567 (or 0x500567) is unknown color: approx Indigo. HEX triplet: 50, 05 and 67. RGB value is (80,5,103). Sum of RGB (Red+Green+Blue) = 80+5+103=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #500567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500567 is #AFFA98. Grayscale: #262626. Windows color (decimal): -11532953 or 6751568. OLE color: 6751568.

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

Color convert

RGB805103-
CMYK0.220.9500.60
HSL285.92º90.74%21.18%-
HSV(B)285.92º95.15%40.39%-
XYZ5.812.7913.06-
YUV38.6164.35157.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 5 (2.34% from 255) = 2.66%
BLUE value IS 103 (40.62% from 255) = 54.79%
R=42.55%
G=2.66%
B=54.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8051030.220.9500.60285.9290.7421.18
Hex50567165F03C11e5b15
Octal12051472613707443613325
Binary101000010111001111011010111110111100100011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500567; }

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

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

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

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

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

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

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

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