Html Css Color HEX #51498F Victoria

📋 copy color: '#51498F'

red 81 ◦ green 73 ◦ blue 143

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

Shades of Victoria #51498F

Tints of Victoria #51498F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

 BLUE value IS 143 (56.25% from 255) = 48.15%

R = 27.27%
G = 24.58%
B = 48.15%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51498F (or 0x51498F) is known color: Victoria. HEX triplet: 51, 49 and 8F. RGB value is (81,73,143). Sum of RGB (Red+Green+Blue) = 81+73+143=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #51498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51498F is #AEB670. Grayscale: #535353. Windows color (decimal): -11449969 or 9390417. OLE color: 9390417.

HSL color Cylindrical-coordinate representation of color #51498F: hue angle of 246.86º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51498F is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 73 143 -
CMYK 0.43 0.49 0 0.44
HSL 246.86º 0.32% 0.42% -
HSV(B) 246.86º 0.49% 0.56% -
XYZ 10.73 8.5 27.06 -
YUV 83.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 81 73 143 0.43 0.49 0 0.44 246.86 0.32 0.42
Hex 51 49 8F 2B 31 0 2C F7 20 2A
Octal 121 111 217 53 61 0 54 367 40 52
Binary 1010001 1001001 10001111 101011 110001 0 101100 11110111 100000 101010

Color Harmonies of #51498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51498F

Black with #51498F

Text Example


Text Example

White with #51498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51498F; }

 p { color: rgb(81,73,143); }

 H1.HeaderClassName
 {
   color: #51498F;
 }
 .AnyTagClassName
 {
   color: #51498F;
 }
</style>

background-color css

<style>
 a { background-color: #51498F; }

 a { background-color: rgb(81,73,143); }

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

border-color css

<style>
 span { border-color: #51498F; }

 span { border-color: rgb(81,73,143); }

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