#500F92

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

Shades of Indigo #500F92

Tints of Indigo #500F92

Color information

#500F92 (or 0x500F92) is unknown color: approx Indigo. HEX triplet: 50, 0F and 92. RGB value is (80,15,146). Sum of RGB (Red+Green+Blue) = 80+15+146=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #500F92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500F92 is #AFF06D. Grayscale: #303030. Windows color (decimal): -11530350 or 9572176. OLE color: 9572176.

HSL color Cylindrical-coordinate representation of color #500F92: hue angle of 269.77º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500F92 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8015146-
CMYK0.450.9000.43
HSL269.77º81.37%31.57%-
HSV(B)269.77º89.73%57.25%-
XYZ8.674.1227.53-
YUV49.37182.53149.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 15 (6.25% from 255) = 6.22%
BLUE value IS 146 (57.42% from 255) = 60.58%
R=33.20%
G=6.22%
B=60.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80151460.450.9000.43269.7781.3731.57
Hex50F922D5A02B10e5120
Octal120172225513205341612140
Binary1010000111110010010101101101101001010111000011101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500F92; }

 p { color: rgb(80,15,146); }

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

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

 a { background-color: rgb(80,15,146); }

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

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

 span { border-color: rgb(80,15,146); }

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