#483081

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

Shades of Windsor #483081

Tints of Windsor #483081

Color information

#483081 (or 0x483081) is unknown color: approx Windsor. HEX triplet: 48, 30 and 81. RGB value is (72,48,129). Sum of RGB (Red+Green+Blue) = 72+48+129=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #483081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483081 is #B7CF7E. Grayscale: #404040. Windows color (decimal): -12046207 or 8466504. OLE color: 8466504.

HSL color Cylindrical-coordinate representation of color #483081: hue angle of 257.78º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483081 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7248129-
CMYK0.440.6300.49
HSL257.78º45.76%34.71%-
HSV(B)257.78º62.79%50.59%-
XYZ7.695.0821.34-
YUV64.41164.45133.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=28.92%
G=19.28%
B=51.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72481290.440.6300.49257.7845.7634.71
Hex4830812C3F0311022e23
Octal1106020154770614025643
Binary1001000110000100000011011001111110110001100000010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483081; }

 p { color: rgb(72,48,129); }

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

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

 a { background-color: rgb(72,48,129); }

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

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

 span { border-color: rgb(72,48,129); }

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