Html Css Color HEX #442479 Windsor

📋 copy color: '#442479'

red 68 ◦ green 36 ◦ blue 121

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

Shades of Windsor #442479

Tints of Windsor #442479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16%

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

R = 30.22%
G = 16%
B = 53.78%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#442479 (or 0x442479) is known color: Windsor. HEX triplet: 44, 24 and 79. RGB value is (68,36,121). Sum of RGB (Red+Green+Blue) = 68+36+121=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #442479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442479 is #BBDB86. Grayscale: #363636. Windows color (decimal): -12311431 or 7939140. OLE color: 7939140.

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

Color convert

RGB 68 36 121 -
CMYK 0.44 0.70 0 0.53
HSL 262.59º 0.54% 0.31% -
HSV(B) 262.59º 0.7% 0.47% -
XYZ 6.47 3.87 18.5 -
YUV 55.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 68 36 121 0.44 0.70 0 0.53 262.59 0.54 0.31
Hex 44 24 79 2C 46 0 35 107 36 1F
Octal 104 44 171 54 106 0 65 407 66 37
Binary 1000100 100100 1111001 101100 1000110 0 110101 100000111 110110 11111

Color Harmonies of #442479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442479

Black with #442479

Text Example


Text Example

White with #442479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442479; }

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

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

background-color css

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

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

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

border-color css

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

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

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