#443083

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

Shades of Windsor #443083

Tints of Windsor #443083

Color information

#443083 (or 0x443083) is unknown color: approx Windsor. HEX triplet: 44, 30 and 83. RGB value is (68,48,131). Sum of RGB (Red+Green+Blue) = 68+48+131=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #443083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443083 is #BBCF7C. Grayscale: #3F3F3F. Windows color (decimal): -12308349 or 8597572. OLE color: 8597572.

HSL color Cylindrical-coordinate representation of color #443083: hue angle of 254.46º 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 #443083 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6848131-
CMYK0.480.6300.49
HSL254.46º46.37%35.1%-
HSV(B)254.46º63.36%51.37%-
XYZ7.544.9822.04-
YUV63.44166.13131.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.53%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 131 (51.56% from 255) = 53.04%
R=27.53%
G=19.43%
B=53.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68481310.480.6300.49254.4646.3735.1
Hex443083303F031fe2e23
Octal1046020360770613765643
Binary100010011000010000011110000111111011000111111110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443083; }

 p { color: rgb(68,48,131); }

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

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

 a { background-color: rgb(68,48,131); }

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

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

 span { border-color: rgb(68,48,131); }

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