#483383

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

Shades of Windsor #483383

Tints of Windsor #483383

Color information

#483383 (or 0x483383) is unknown color: approx Windsor. HEX triplet: 48, 33 and 83. RGB value is (72,51,131). Sum of RGB (Red+Green+Blue) = 72+51+131=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #483383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483383 is #B7CC7C. Grayscale: #424242. Windows color (decimal): -12045437 or 8598344. OLE color: 8598344.

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

Color convert

RGB7251131-
CMYK0.450.6100.49
HSL255.75º43.96%35.69%-
HSV(B)255.75º61.07%51.37%-
XYZ7.955.3822.09-
YUV66.4164.46132-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 131 (51.56% from 255) = 51.57%
R=28.35%
G=20.08%
B=51.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72511310.450.6100.49255.7543.9635.69
Hex4833832D3D0311002c24
Octal1106320355750614005444
Binary1001000110011100000111011011111010110001100000000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483383; }

 p { color: rgb(72,51,131); }

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

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

 a { background-color: rgb(72,51,131); }

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

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

 span { border-color: rgb(72,51,131); }

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