#503FB7

Color #503FB7 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #503FB7

Tints of Rich Blue #503FB7

Color information

#503FB7 (or 0x503FB7) is unknown color: approx Rich Blue. HEX triplet: 50, 3F and B7. RGB value is (80,63,183). Sum of RGB (Red+Green+Blue) = 80+63+183=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #503FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FB7 is #AFC048. Grayscale: #515151. Windows color (decimal): -11518025 or 12009296. OLE color: 12009296.

HSL color Cylindrical-coordinate representation of color #503FB7: hue angle of 248.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503FB7 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8063183-
CMYK0.560.6600.28
HSL248.5º48.78%48.24%-
HSV(B)248.5º65.57%71.76%-
XYZ13.638.6845.76-
YUV81.76185.13126.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 63 (25% from 255) = 19.33%
BLUE value IS 183 (71.88% from 255) = 56.13%
R=24.54%
G=19.33%
B=56.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80631830.560.6600.28248.548.7848.24
Hex503FB7384201Cf83130
Octal12077267701020343706160
Binary101000011111110110111111000100001001110011111000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503FB7; }

 p { color: rgb(80,63,183); }

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

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

 a { background-color: rgb(80,63,183); }

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

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

 span { border-color: rgb(80,63,183); }

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