#442775

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

Shades of Windsor #442775

Tints of Windsor #442775

Color information

#442775 (or 0x442775) is unknown color: approx Windsor. HEX triplet: 44, 27 and 75. RGB value is (68,39,117). Sum of RGB (Red+Green+Blue) = 68+39+117=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #442775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442775 is #BBD88A. Grayscale: #383838. Windows color (decimal): -12310667 or 7677764. OLE color: 7677764.

HSL color Cylindrical-coordinate representation of color #442775: hue angle of 262.31º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #442775 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6839117-
CMYK0.420.6700.54
HSL262.31º50%30.59%-
HSV(B)262.31º66.67%45.88%-
XYZ6.323.9617.26-
YUV56.56162.11136.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=30.36%
G=17.41%
B=52.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68391170.420.6700.54262.315030.59
Hex4427752A43036106321f
Octal10447165521030664066237
Binary100010010011111101011010101000011011011010000011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442775; }

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

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

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

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

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

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

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

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