#443170

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

Shades of Windsor #443170

Tints of Windsor #443170

Color information

#443170 (or 0x443170) is unknown color: approx Windsor. HEX triplet: 44, 31 and 70. RGB value is (68,49,112). Sum of RGB (Red+Green+Blue) = 68+49+112=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #443170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443170 is #BBCE8F. Grayscale: #3D3D3D. Windows color (decimal): -12308112 or 7352644. OLE color: 7352644.

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

Color convert

RGB6849112-
CMYK0.390.5600.56
HSL258.1º39.13%31.57%-
HSV(B)258.1º56.25%43.92%-
XYZ6.414.615.88-
YUV61.86156.29132.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 49 (19.53% from 255) = 21.40%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=29.69%
G=21.40%
B=48.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68491120.390.5600.56258.139.1331.57
Hex44317027380381022720
Octal1046116047700704024740
Binary100010011000111100001001111110000111000100000010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443170; }

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

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

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

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

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

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

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

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