#44247F

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

Shades of Windsor #44247F

Tints of Windsor #44247F

Color information

#44247F (or 0x44247F) is unknown color: approx Windsor. HEX triplet: 44, 24 and 7F. RGB value is (68,36,127). Sum of RGB (Red+Green+Blue) = 68+36+127=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #44247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44247F is #BBDB80. Grayscale: #373737. Windows color (decimal): -12311425 or 8332356. OLE color: 8332356.

HSL color Cylindrical-coordinate representation of color #44247F: hue angle of 261.1º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44247F is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6836127-
CMYK0.460.7200.50
HSL261.1º55.83%31.96%-
HSV(B)261.1º71.65%49.8%-
XYZ6.854.0220.49-
YUV55.94168.1136.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 127 (50% from 255) = 54.98%
R=29.44%
G=15.58%
B=54.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68361270.460.7200.50261.155.8331.96
Hex44247F2E480321053820
Octal10444177561100624057040
Binary1000100100100111111110111010010000110010100000101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44247F; }

 p { color: rgb(68,36,127); }

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

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

 a { background-color: rgb(68,36,127); }

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

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

 span { border-color: rgb(68,36,127); }

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