#44257A

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

Shades of Windsor #44257A

Tints of Windsor #44257A

Color information

#44257A (or 0x44257A) is unknown color: approx Windsor. HEX triplet: 44, 25 and 7A. RGB value is (68,37,122). Sum of RGB (Red+Green+Blue) = 68+37+122=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #44257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44257A is #BBDA85. Grayscale: #373737. Windows color (decimal): -12311174 or 8004932. OLE color: 8004932.

HSL color Cylindrical-coordinate representation of color #44257A: hue angle of 261.88º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44257A is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6837122-
CMYK0.440.7000.52
HSL261.88º53.46%31.18%-
HSV(B)261.88º69.67%47.84%-
XYZ6.563.9618.83-
YUV55.96165.27136.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=29.96%
G=16.30%
B=53.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68371220.440.7000.52261.8853.4631.18
Hex44257A2C46034106351f
Octal10445172541060644066537
Binary100010010010111110101011001000110011010010000011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44257A; }

 p { color: rgb(68,37,122); }

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

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

 a { background-color: rgb(68,37,122); }

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

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

 span { border-color: rgb(68,37,122); }

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