#442B75

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

Shades of Windsor #442B75

Tints of Windsor #442B75

Color information

#442B75 (or 0x442B75) is unknown color: approx Windsor. HEX triplet: 44, 2B and 75. RGB value is (68,43,117). Sum of RGB (Red+Green+Blue) = 68+43+117=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #442B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B75 is #BBD48A. Grayscale: #3A3A3A. Windows color (decimal): -12309643 or 7678788. OLE color: 7678788.

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

Color convert

RGB6843117-
CMYK0.420.6300.54
HSL260.27º46.25%31.37%-
HSV(B)260.27º63.25%45.88%-
XYZ6.464.2417.31-
YUV58.91160.78134.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=29.82%
G=18.86%
B=51.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68431170.420.6300.54260.2746.2531.37
Hex442B752A3F0361042e1f
Octal1045316552770664045637
Binary10001001010111110101101010111111011011010000010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442B75; }

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

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

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

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

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

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

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

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