Html Css Color HEX #442177 Windsor

📋 copy color: '#442177'

red 68 ◦ green 33 ◦ blue 119

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

Shades of Windsor #442177

Tints of Windsor #442177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.09%

R = 30.91%
G = 15%
B = 54.09%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#442177 (or 0x442177) is known color: Windsor. HEX triplet: 44, 21 and 77. RGB value is (68,33,119). Sum of RGB (Red+Green+Blue) = 68+33+119=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #442177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442177 is #BBDE88. Grayscale: #343434. Windows color (decimal): -12312201 or 7807300. OLE color: 7807300.

HSL color Cylindrical-coordinate representation of color #442177: hue angle of 264.42º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442177 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 33 119 -
CMYK 0.43 0.72 0 0.53
HSL 264.42º 0.57% 0.3% -
HSV(B) 264.42º 0.72% 0.47% -
XYZ 6.26 3.65 17.83 -
YUV 53.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 68 33 119 0.43 0.72 0 0.53 264.42 0.57 0.3
Hex 44 21 77 2B 48 0 35 108 39 1E
Octal 104 41 167 53 110 0 65 410 71 36
Binary 1000100 100001 1110111 101011 1001000 0 110101 100001000 111001 11110

Color Harmonies of #442177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442177

Black with #442177

Text Example


Text Example

White with #442177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442177; }

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

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

background-color css

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

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

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

border-color css

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

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

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