Html Css Color HEX #52478B Victoria

📋 copy color: '#52478B'

red 82 ◦ green 71 ◦ blue 139

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

Shades of Victoria #52478B

Tints of Victoria #52478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.6%

R = 28.08%
G = 24.32%
B = 47.6%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52478B (or 0x52478B) is known color: Victoria. HEX triplet: 52, 47 and 8B. RGB value is (82,71,139). Sum of RGB (Red+Green+Blue) = 82+71+139=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #52478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52478B is #ADB874. Grayscale: #515151. Windows color (decimal): -11384949 or 9127762. OLE color: 9127762.

HSL color Cylindrical-coordinate representation of color #52478B: hue angle of 249.71º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52478B is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 71 139 -
CMYK 0.41 0.49 0 0.45
HSL 249.71º 0.32% 0.41% -
HSV(B) 249.71º 0.49% 0.55% -
XYZ 10.39 8.16 25.45 -
YUV 82.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 82 71 139 0.41 0.49 0 0.45 249.71 0.32 0.41
Hex 52 47 8B 29 31 0 2D FA 20 29
Octal 122 107 213 51 61 0 55 372 40 51
Binary 1010010 1000111 10001011 101001 110001 0 101101 11111010 100000 101001

Color Harmonies of #52478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52478B

Black with #52478B

Text Example


Text Example

White with #52478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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