#44227B

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

Shades of Windsor #44227B

Tints of Windsor #44227B

Color information

#44227B (or 0x44227B) is unknown color: approx Windsor. HEX triplet: 44, 22 and 7B. RGB value is (68,34,123). Sum of RGB (Red+Green+Blue) = 68+34+123=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #44227B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44227B is #BBDD84. Grayscale: #353535. Windows color (decimal): -12311941 or 8069700. OLE color: 8069700.

HSL color Cylindrical-coordinate representation of color #44227B: hue angle of 262.92º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44227B is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6834123-
CMYK0.450.7200.52
HSL262.92º56.69%30.78%-
HSV(B)262.92º72.36%48.24%-
XYZ6.533.819.13-
YUV54.31166.76137.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=30.22%
G=15.11%
B=54.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68341230.450.7200.52262.9256.6930.78
Hex44227B2D48034107391f
Octal10442173551100644077137
Binary100010010001011110111011011001000011010010000011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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