Html Css Color HEX #513FAD Rich Blue

📋 copy color: '#513FAD'

red 81 ◦ green 63 ◦ blue 173

#513FAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #513FAD

Tints of Rich Blue #513FAD

RGB

 RED value IS 81 (32.03% from 255) = 25.55%

 GREEN value IS 63 (25% from 255) = 19.87%

 BLUE value IS 173 (67.97% from 255) = 54.57%

R = 25.55%
G = 19.87%
B = 54.57%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#513FAD (or 0x513FAD) is known color: Rich Blue. HEX triplet: 51, 3F and AD. RGB value is (81,63,173). Sum of RGB (Red+Green+Blue) = 81+63+173=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #513FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513FAD is #AEC052. Grayscale: #505050. Windows color (decimal): -11452499 or 11353937. OLE color: 11353937.

HSL color Cylindrical-coordinate representation of color #513FAD: hue angle of 249.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513FAD is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 63 173 -
CMYK 0.53 0.64 0 0.32
HSL 249.82º 0.47% 0.46% -
HSV(B) 249.82º 0.64% 0.68% -
XYZ 12.71 8.32 40.47 -
YUV 80.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 81 63 173 0.53 0.64 0 0.32 249.82 0.47 0.46
Hex 51 3F AD 35 40 0 20 FA 2F 2E
Octal 121 77 255 65 100 0 40 372 57 56
Binary 1010001 111111 10101101 110101 1000000 0 100000 11111010 101111 101110

Color Harmonies of #513FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513FAD

Black with #513FAD

Text Example


Text Example

White with #513FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513FAD; }

 p { color: rgb(81,63,173); }

 H1.HeaderClassName
 {
   color: #513FAD;
 }
 .AnyTagClassName
 {
   color: #513FAD;
 }
</style>

background-color css

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

 a { background-color: rgb(81,63,173); }

 div.DivClassName
 {
   background-color: #513FAD;
 }
 .BgClassName
 {
   background-color: #513FAD;
 }
</style>

border-color css

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

 span { border-color: rgb(81,63,173); }

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