Html Css Color HEX #442176 Windsor

📋 copy color: '#442176'

red 68 ◦ green 33 ◦ blue 118

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

Shades of Windsor #442176

Tints of Windsor #442176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

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

R = 31.05%
G = 15.07%
B = 53.88%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#442176 (or 0x442176) is known color: Windsor. HEX triplet: 44, 21 and 76. RGB value is (68,33,118). Sum of RGB (Red+Green+Blue) = 68+33+118=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #442176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442176 is #BBDE89. Grayscale: #343434. Windows color (decimal): -12312202 or 7741764. OLE color: 7741764.

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

Color convert

RGB 68 33 118 -
CMYK 0.42 0.72 0 0.54
HSL 264.71º 0.56% 0.3% -
HSV(B) 264.71º 0.72% 0.46% -
XYZ 6.2 3.62 17.51 -
YUV 53.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 68 33 118 0.42 0.72 0 0.54 264.71 0.56 0.3
Hex 44 21 76 2A 48 0 36 109 38 1E
Octal 104 41 166 52 110 0 66 411 70 36
Binary 1000100 100001 1110110 101010 1001000 0 110110 100001001 111000 11110

Color Harmonies of #442176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442176

Black with #442176

Text Example


Text Example

White with #442176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442176; }

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

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

background-color css

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

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

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

border-color css

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

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

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