#483171

Color #483171 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #483171

Tints of Windsor #483171

Color information

#483171 (or 0x483171) is unknown color: approx Windsor. HEX triplet: 48, 31 and 71. RGB value is (72,49,113). Sum of RGB (Red+Green+Blue) = 72+49+113=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #483171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483171 is #B7CE8E. Grayscale: #3E3E3E. Windows color (decimal): -12045967 or 7418184. OLE color: 7418184.

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

Color convert

RGB7249113-
CMYK0.360.5700.56
HSL261.56º39.51%31.76%-
HSV(B)261.56º56.64%44.31%-
XYZ6.754.7716.19-
YUV63.17156.12134.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=30.77%
G=20.94%
B=48.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72491130.360.5700.56261.5639.5131.76
Hex48317124390381062820
Octal1106116144710704065040
Binary100100011000111100011001001110010111000100000110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483171; }

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

 H1.HeaderClassName
 {
   color: #483171;
 }
 .AnyTagClassName
 {
   color: #483171;
 }
</style>
background-color css

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

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

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

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

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

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