Html Css Color HEX #442379 Windsor

📋 copy color: '#442379'

red 68 ◦ green 35 ◦ blue 121

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

Shades of Windsor #442379

Tints of Windsor #442379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.63%

 BLUE value IS 121 (47.66% from 255) = 54.02%

R = 30.36%
G = 15.63%
B = 54.02%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#442379 (or 0x442379) is known color: Windsor. HEX triplet: 44, 23 and 79. RGB value is (68,35,121). Sum of RGB (Red+Green+Blue) = 68+35+121=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #442379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442379 is #BBDC86. Grayscale: #363636. Windows color (decimal): -12311687 or 7938884. OLE color: 7938884.

HSL color Cylindrical-coordinate representation of color #442379: hue angle of 263.02º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #442379 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 35 121 -
CMYK 0.44 0.71 0 0.53
HSL 263.02º 0.55% 0.31% -
HSV(B) 263.02º 0.71% 0.47% -
XYZ 6.44 3.81 18.49 -
YUV 54.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 68 35 121 0.44 0.71 0 0.53 263.02 0.55 0.31
Hex 44 23 79 2C 47 0 35 107 37 1F
Octal 104 43 171 54 107 0 65 407 67 37
Binary 1000100 100011 1111001 101100 1000111 0 110101 100000111 110111 11111

Color Harmonies of #442379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442379

Black with #442379

Text Example


Text Example

White with #442379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442379; }

 p { color: rgb(68,35,121); }

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

background-color css

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

 a { background-color: rgb(68,35,121); }

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

border-color css

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

 span { border-color: rgb(68,35,121); }

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