Html Css Color HEX #441979 Windsor

📋 copy color: '#441979'

red 68 ◦ green 25 ◦ blue 121

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

Shades of Windsor #441979

Tints of Windsor #441979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

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

R = 31.78%
G = 11.68%
B = 56.54%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#441979 (or 0x441979) is known color: Windsor. HEX triplet: 44, 19 and 79. RGB value is (68,25,121). Sum of RGB (Red+Green+Blue) = 68+25+121=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #441979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441979 is #BBE686. Grayscale: #303030. Windows color (decimal): -12314247 or 7936324. OLE color: 7936324.

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

Color convert

RGB 68 25 121 -
CMYK 0.44 0.79 0 0.53
HSL 266.88º 0.66% 0.29% -
HSV(B) 266.88º 0.79% 0.47% -
XYZ 6.18 3.3 18.4 -
YUV 48.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 68 25 121 0.44 0.79 0 0.53 266.88 0.66 0.29
Hex 44 19 79 2C 4F 0 35 10B 42 1D
Octal 104 31 171 54 117 0 65 413 102 35
Binary 1000100 11001 1111001 101100 1001111 0 110101 100001011 1000010 11101

Color Harmonies of #441979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441979

Black with #441979

Text Example


Text Example

White with #441979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441979; }

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

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

background-color css

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

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

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

border-color css

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

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

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