Html Css Color HEX #513FBA Rich Blue

📋 copy color: '#513FBA'

red 81 ◦ green 63 ◦ blue 186

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

Shades of Rich Blue #513FBA

Tints of Rich Blue #513FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 24.55%
G = 19.09%
B = 56.36%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#513FBA (or 0x513FBA) is known color: Rich Blue. HEX triplet: 51, 3F and BA. RGB value is (81,63,186). Sum of RGB (Red+Green+Blue) = 81+63+186=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #513FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FBA is #AEC045. Grayscale: #515151. Windows color (decimal): -11452486 or 12205905. OLE color: 12205905.

HSL color Cylindrical-coordinate representation of color #513FBA: hue angle of 248.78º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #513FBA is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 63 186 -
CMYK 0.56 0.66 0 0.27
HSL 248.78º 0.49% 0.49% -
HSV(B) 248.78º 0.66% 0.73% -
XYZ 14.03 8.85 47.42 -
YUV 82.4 186.46 127 -
System Red Green Blue C M Y K H S L
Decimal 81 63 186 0.56 0.66 0 0.27 248.78 0.49 0.49
Hex 51 3F BA 38 42 0 1B F9 31 31
Octal 121 77 272 70 102 0 33 371 61 61
Binary 1010001 111111 10111010 111000 1000010 0 11011 11111001 110001 110001

Color Harmonies of #513FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513FBA

Black with #513FBA

Text Example


Text Example

White with #513FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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