#44278A

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

Shades of Windsor #44278A

Tints of Windsor #44278A

Color information

#44278A (or 0x44278A) is unknown color: approx Windsor. HEX triplet: 44, 27 and 8A. RGB value is (68,39,138). Sum of RGB (Red+Green+Blue) = 68+39+138=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #44278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44278A is #BBD875. Grayscale: #3A3A3A. Windows color (decimal): -12310646 or 9054020. OLE color: 9054020.

HSL color Cylindrical-coordinate representation of color #44278A: hue angle of 257.58º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44278A is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6839138-
CMYK0.510.7200.46
HSL257.58º55.93%34.71%-
HSV(B)257.58º71.74%54.12%-
XYZ7.74.5124.51-
YUV58.96172.61134.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=27.76%
G=15.92%
B=56.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68391380.510.7200.46257.5855.9334.71
Hex44278A334802E1023823
Octal10447212631100564027043
Binary10001001001111000101011001110010000101110100000010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,39,138); }

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

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

 a { background-color: rgb(68,39,138); }

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

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

 span { border-color: rgb(68,39,138); }

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