#481993

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

Shades of Windsor #481993

Tints of Windsor #481993

Color information

#481993 (or 0x481993) is unknown color: approx Windsor. HEX triplet: 48, 19 and 93. RGB value is (72,25,147). Sum of RGB (Red+Green+Blue) = 72+25+147=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #481993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481993 is #B7E66C. Grayscale: #343434. Windows color (decimal): -12052077 or 9640264. OLE color: 9640264.

HSL color Cylindrical-coordinate representation of color #481993: hue angle of 263.11º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481993 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7225147-
CMYK0.510.8300.42
HSL263.11º70.93%33.73%-
HSV(B)263.11º82.99%57.65%-
XYZ8.294.1827.97-
YUV52.96181.07141.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 147 (57.81% from 255) = 60.25%
R=29.51%
G=10.25%
B=60.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72251470.510.8300.42263.1170.9333.73
Hex481993335302A1074722
Octal110312236312305240710742
Binary10010001100110010011110011101001101010101000001111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481993; }

 p { color: rgb(72,25,147); }

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

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

 a { background-color: rgb(72,25,147); }

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

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

 span { border-color: rgb(72,25,147); }

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