#443370

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

Shades of Windsor #443370

Tints of Windsor #443370

Color information

#443370 (or 0x443370) is unknown color: approx Windsor. HEX triplet: 44, 33 and 70. RGB value is (68,51,112). Sum of RGB (Red+Green+Blue) = 68+51+112=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #443370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443370 is #BBCC8F. Grayscale: #3E3E3E. Windows color (decimal): -12307600 or 7353156. OLE color: 7353156.

HSL color Cylindrical-coordinate representation of color #443370: hue angle of 256.72º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #443370 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6851112-
CMYK0.390.5400.56
HSL256.72º37.42%31.96%-
HSV(B)256.72º54.46%43.92%-
XYZ6.494.7715.91-
YUV63.04155.63131.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=29.44%
G=22.08%
B=48.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68511120.390.5400.56256.7237.4231.96
Hex44337027360381012520
Octal1046316047660704014540
Binary100010011001111100001001111101100111000100000001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443370; }

 p { color: rgb(68,51,112); }

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

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

 a { background-color: rgb(68,51,112); }

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

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

 span { border-color: rgb(68,51,112); }

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