Html Css Color HEX #441879 Windsor

📋 copy color: '#441879'

red 68 ◦ green 24 ◦ blue 121

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

Shades of Windsor #441879

Tints of Windsor #441879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.27%

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

R = 31.92%
G = 11.27%
B = 56.81%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#441879 (or 0x441879) is known color: Windsor. HEX triplet: 44, 18 and 79. RGB value is (68,24,121). Sum of RGB (Red+Green+Blue) = 68+24+121=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #441879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441879 is #BBE786. Grayscale: #2F2F2F. Windows color (decimal): -12314503 or 7936068. OLE color: 7936068.

HSL color Cylindrical-coordinate representation of color #441879: hue angle of 267.22º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441879 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 24 121 -
CMYK 0.44 0.80 0 0.53
HSL 267.22º 0.67% 0.28% -
HSV(B) 267.22º 0.8% 0.47% -
XYZ 6.16 3.26 18.39 -
YUV 48.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 68 24 121 0.44 0.80 0 0.53 267.22 0.67 0.28
Hex 44 18 79 2C 50 0 35 10B 43 1C
Octal 104 30 171 54 120 0 65 413 103 34
Binary 1000100 11000 1111001 101100 1010000 0 110101 100001011 1000011 11100

Color Harmonies of #441879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441879

Black with #441879

Text Example


Text Example

White with #441879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441879; }

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

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

background-color css

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

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

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

border-color css

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

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

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