#482191

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

Shades of Windsor #482191

Tints of Windsor #482191

Color information

#482191 (or 0x482191) is unknown color: approx Windsor. HEX triplet: 48, 21 and 91. RGB value is (72,33,145). Sum of RGB (Red+Green+Blue) = 72+33+145=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #482191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482191 is #B7DE6E. Grayscale: #393939. Windows color (decimal): -12050031 or 9511240. OLE color: 9511240.

HSL color Cylindrical-coordinate representation of color #482191: hue angle of 260.89º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #482191 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7233145-
CMYK0.500.7700.43
HSL260.89º62.92%34.9%-
HSV(B)260.89º77.24%56.86%-
XYZ8.334.5127.22-
YUV57.43177.42138.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 33 (13.28% from 255) = 13.2%
BLUE value IS 145 (57.03% from 255) = 58%
R=28.8%
G=13.2%
B=58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72331450.500.7700.43260.8962.9234.9
Hex482191324D02B1053f23
Octal11041221621150534057743
Binary10010001000011001000111001010011010101011100000101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482191; }

 p { color: rgb(72,33,145); }

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

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

 a { background-color: rgb(72,33,145); }

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

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

 span { border-color: rgb(72,33,145); }

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