Html Css Color HEX #483271 Windsor

📋 copy color: '#483271'

red 72 ◦ green 50 ◦ blue 113

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

Shades of Windsor #483271

Tints of Windsor #483271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 30.64%
G = 21.28%
B = 48.09%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#483271 (or 0x483271) is known color: Windsor. HEX triplet: 48, 32 and 71. RGB value is (72,50,113). Sum of RGB (Red+Green+Blue) = 72+50+113=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #483271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483271 is #B7CD8E. Grayscale: #3F3F3F. Windows color (decimal): -12045711 or 7418440. OLE color: 7418440.

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

Color convert

RGB 72 50 113 -
CMYK 0.36 0.56 0 0.56
HSL 260.95º 0.39% 0.32% -
HSV(B) 260.95º 0.56% 0.44% -
XYZ 6.79 4.85 16.2 -
YUV 63.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 72 50 113 0.36 0.56 0 0.56 260.95 0.39 0.32
Hex 48 32 71 24 38 0 38 105 27 20
Octal 110 62 161 44 70 0 70 405 47 40
Binary 1001000 110010 1110001 100100 111000 0 111000 100000101 100111 100000

Color Harmonies of #483271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483271

Black with #483271

Text Example


Text Example

White with #483271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483271; }

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

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

background-color css

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

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

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

border-color css

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

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

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