#481885

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

Shades of Windsor #481885

Tints of Windsor #481885

Color information

#481885 (or 0x481885) is unknown color: approx Windsor. HEX triplet: 48, 18 and 85. RGB value is (72,24,133). Sum of RGB (Red+Green+Blue) = 72+24+133=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #481885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481885 is #B7E77A. Grayscale: #323232. Windows color (decimal): -12052347 or 8722504. OLE color: 8722504.

HSL color Cylindrical-coordinate representation of color #481885: hue angle of 266.42º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481885 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7224133-
CMYK0.460.8200.48
HSL266.42º69.43%30.78%-
HSV(B)266.42º81.95%52.16%-
XYZ7.233.7222.53-
YUV50.78174.4143.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=31.44%
G=10.48%
B=58.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72241330.460.8200.48266.4269.4330.78
Hex4818852E5203010a451f
Octal110302055612206041210537
Binary1001000110001000010110111010100100110000100001010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481885; }

 p { color: rgb(72,24,133); }

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

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

 a { background-color: rgb(72,24,133); }

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

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

 span { border-color: rgb(72,24,133); }

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