#443084

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

Shades of Windsor #443084

Tints of Windsor #443084

Color information

#443084 (or 0x443084) is unknown color: approx Windsor. HEX triplet: 44, 30 and 84. RGB value is (68,48,132). Sum of RGB (Red+Green+Blue) = 68+48+132=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #443084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443084 is #BBCF7B. Grayscale: #3F3F3F. Windows color (decimal): -12308348 or 8663108. OLE color: 8663108.

HSL color Cylindrical-coordinate representation of color #443084: hue angle of 254.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #443084 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6848132-
CMYK0.480.6400.48
HSL254.29º46.67%35.29%-
HSV(B)254.29º63.64%51.76%-
XYZ7.615.0122.4-
YUV63.56166.63131.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.42%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=27.42%
G=19.35%
B=53.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68481320.480.6400.48254.2946.6735.29
Hex4430843040030fe2f23
Octal10460204601000603765743
Binary1000100110000100001001100001000000011000011111110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443084; }

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

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

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

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

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

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

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

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