#44317B

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

Shades of Windsor #44317B

Tints of Windsor #44317B

Color information

#44317B (or 0x44317B) is unknown color: approx Windsor. HEX triplet: 44, 31 and 7B. RGB value is (68,49,123). Sum of RGB (Red+Green+Blue) = 68+49+123=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #44317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44317B is #BBCE84. Grayscale: #3E3E3E. Windows color (decimal): -12308101 or 8073540. OLE color: 8073540.

HSL color Cylindrical-coordinate representation of color #44317B: hue angle of 255.41º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44317B is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6849123-
CMYK0.450.6000.52
HSL255.41º43.02%33.73%-
HSV(B)255.41º60.16%48.24%-
XYZ7.064.8619.3-
YUV63.12161.79131.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=28.33%
G=20.42%
B=51.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68491230.450.6000.52255.4143.0233.73
Hex44317B2D3C034ff2b22
Octal1046117355740643775342
Binary10001001100011111011101101111100011010011111111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44317B; }

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

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

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

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

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

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

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

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