#443270

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

Shades of Windsor #443270

Tints of Windsor #443270

Color information

#443270 (or 0x443270) is unknown color: approx Windsor. HEX triplet: 44, 32 and 70. RGB value is (68,50,112). Sum of RGB (Red+Green+Blue) = 68+50+112=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #443270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443270 is #BBCD8F. Grayscale: #3E3E3E. Windows color (decimal): -12307856 or 7352900. OLE color: 7352900.

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

Color convert

RGB6850112-
CMYK0.390.5500.56
HSL257.42º38.27%31.76%-
HSV(B)257.42º55.36%43.92%-
XYZ6.454.6815.89-
YUV62.45155.96131.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=29.57%
G=21.74%
B=48.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68501120.390.5500.56257.4238.2731.76
Hex44327027370381012620
Octal1046216047670704014640
Binary100010011001011100001001111101110111000100000001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443270; }

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

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

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

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

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

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

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

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