Html Css Color HEX #483371 Windsor

📋 copy color: '#483371'

red 72 ◦ green 51 ◦ blue 113

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

Shades of Windsor #483371

Tints of Windsor #483371

RGB

 RED value IS 72 (28.52% from 255) = 30.51%

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 113 (44.53% from 255) = 47.88%

R = 30.51%
G = 21.61%
B = 47.88%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#483371 (or 0x483371) is known color: Windsor. HEX triplet: 48, 33 and 71. RGB value is (72,51,113). Sum of RGB (Red+Green+Blue) = 72+51+113=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #483371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483371 is #B7CC8E. Grayscale: #404040. Windows color (decimal): -12045455 or 7418696. OLE color: 7418696.

HSL color Cylindrical-coordinate representation of color #483371: hue angle of 260.32º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #483371 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 51 113 -
CMYK 0.36 0.55 0 0.56
HSL 260.32º 0.38% 0.32% -
HSV(B) 260.32º 0.55% 0.44% -
XYZ 6.84 4.94 16.22 -
YUV 64.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 72 51 113 0.36 0.55 0 0.56 260.32 0.38 0.32
Hex 48 33 71 24 37 0 38 104 26 20
Octal 110 63 161 44 67 0 70 404 46 40
Binary 1001000 110011 1110001 100100 110111 0 111000 100000100 100110 100000

Color Harmonies of #483371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483371

Black with #483371

Text Example


Text Example

White with #483371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483371; }

 p { color: rgb(72,51,113); }

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

background-color css

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

 a { background-color: rgb(72,51,113); }

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

border-color css

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

 span { border-color: rgb(72,51,113); }

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