Html Css Color HEX #442076 Windsor

📋 copy color: '#442076'

red 68 ◦ green 32 ◦ blue 118

#442076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #442076

Tints of Windsor #442076

RGB

 RED value IS 68 (26.95% from 255) = 31.19%

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 31.19%
G = 14.68%
B = 54.13%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#442076 (or 0x442076) is known color: Windsor. HEX triplet: 44, 20 and 76. RGB value is (68,32,118). Sum of RGB (Red+Green+Blue) = 68+32+118=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #442076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442076 is #BBDF89. Grayscale: #343434. Windows color (decimal): -12312458 or 7741508. OLE color: 7741508.

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

Color convert

RGB 68 32 118 -
CMYK 0.42 0.73 0 0.54
HSL 265.12º 0.57% 0.29% -
HSV(B) 265.12º 0.73% 0.46% -
XYZ 6.17 3.57 17.5 -
YUV 52.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 68 32 118 0.42 0.73 0 0.54 265.12 0.57 0.29
Hex 44 20 76 2A 49 0 36 109 39 1D
Octal 104 40 166 52 111 0 66 411 71 35
Binary 1000100 100000 1110110 101010 1001001 0 110110 100001001 111001 11101

Color Harmonies of #442076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442076

Black with #442076

Text Example


Text Example

White with #442076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442076; }

 p { color: rgb(68,32,118); }

 H1.HeaderClassName
 {
   color: #442076;
 }
 .AnyTagClassName
 {
   color: #442076;
 }
</style>

background-color css

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

 a { background-color: rgb(68,32,118); }

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

border-color css

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

 span { border-color: rgb(68,32,118); }

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