Html Css Color HEX #504483 Victoria

📋 copy color: '#504483'

red 80 ◦ green 68 ◦ blue 131

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

Shades of Victoria #504483

Tints of Victoria #504483

RGB

 RED value IS 80 (31.64% from 255) = 28.67%

 GREEN value IS 68 (26.95% from 255) = 24.37%

 BLUE value IS 131 (51.56% from 255) = 46.95%

R = 28.67%
G = 24.37%
B = 46.95%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#504483 (or 0x504483) is known color: Victoria. HEX triplet: 50, 44 and 83. RGB value is (80,68,131). Sum of RGB (Red+Green+Blue) = 80+68+131=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #504483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504483 is #AFBB7C. Grayscale: #4E4E4E. Windows color (decimal): -11516797 or 8602704. OLE color: 8602704.

HSL color Cylindrical-coordinate representation of color #504483: hue angle of 251.43º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #504483 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 68 131 -
CMYK 0.39 0.48 0 0.49
HSL 251.43º 0.32% 0.39% -
HSV(B) 251.43º 0.48% 0.51% -
XYZ 9.47 7.48 22.42 -
YUV 78.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 80 68 131 0.39 0.48 0 0.49 251.43 0.32 0.39
Hex 50 44 83 27 30 0 31 FB 20 27
Octal 120 104 203 47 60 0 61 373 40 47
Binary 1010000 1000100 10000011 100111 110000 0 110001 11111011 100000 100111

Color Harmonies of #504483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504483

Black with #504483

Text Example


Text Example

White with #504483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504483; }

 p { color: rgb(80,68,131); }

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

background-color css

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

 a { background-color: rgb(80,68,131); }

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

border-color css

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

 span { border-color: rgb(80,68,131); }

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