#5141AF

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

Shades of Rich Blue #5141AF

Tints of Rich Blue #5141AF

Color information

#5141AF (or 0x5141AF) is unknown color: approx Rich Blue. HEX triplet: 51, 41 and AF. RGB value is (81,65,175). Sum of RGB (Red+Green+Blue) = 81+65+175=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #5141AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5141AF is #AEBE50. Grayscale: #515151. Windows color (decimal): -11451985 or 11485521. OLE color: 11485521.

HSL color Cylindrical-coordinate representation of color #5141AF: hue angle of 248.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5141AF is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8165175-
CMYK0.540.6300.31
HSL248.73º45.83%47.06%-
HSV(B)248.73º62.86%68.63%-
XYZ13.028.6341.54-
YUV82.32180.3127.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 175 (68.75% from 255) = 54.52%
R=25.23%
G=20.25%
B=54.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81651750.540.6300.31248.7345.8347.06
Hex5141AF363F01Ff92e2f
Octal12110125766770373715657
Binary101000110000011010111111011011111101111111111001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5141AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5141AF; }

 p { color: rgb(81,65,175); }

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

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

 a { background-color: rgb(81,65,175); }

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

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

 span { border-color: rgb(81,65,175); }

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