Html Css Color HEX #52478F Victoria

📋 copy color: '#52478F'

red 82 ◦ green 71 ◦ blue 143

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

Shades of Victoria #52478F

Tints of Victoria #52478F

RGB

 RED value IS 82 (32.42% from 255) = 27.7%

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 27.7%
G = 23.99%
B = 48.31%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52478F (or 0x52478F) is known color: Victoria. HEX triplet: 52, 47 and 8F. RGB value is (82,71,143). Sum of RGB (Red+Green+Blue) = 82+71+143=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #52478F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52478F is #ADB870. Grayscale: #525252. Windows color (decimal): -11384945 or 9389906. OLE color: 9389906.

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

Color convert

RGB 82 71 143 -
CMYK 0.43 0.50 0 0.44
HSL 249.17º 0.34% 0.42% -
HSV(B) 249.17º 0.5% 0.56% -
XYZ 10.69 8.28 27.02 -
YUV 82.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 82 71 143 0.43 0.50 0 0.44 249.17 0.34 0.42
Hex 52 47 8F 2B 32 0 2C F9 22 2A
Octal 122 107 217 53 62 0 54 371 42 52
Binary 1010010 1000111 10001111 101011 110010 0 101100 11111001 100010 101010

Color Harmonies of #52478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52478F

Black with #52478F

Text Example


Text Example

White with #52478F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,71,143); }

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

background-color css

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

 a { background-color: rgb(82,71,143); }

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

border-color css

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

 span { border-color: rgb(82,71,143); }

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