Html Css Color HEX #441981 Windsor

📋 copy color: '#441981'

red 68 ◦ green 25 ◦ blue 129

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

Shades of Windsor #441981

Tints of Windsor #441981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.11%

R = 30.63%
G = 11.26%
B = 58.11%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#441981 (or 0x441981) is known color: Windsor. HEX triplet: 44, 19 and 81. RGB value is (68,25,129). Sum of RGB (Red+Green+Blue) = 68+25+129=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #441981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441981 is #BBE67E. Grayscale: #313131. Windows color (decimal): -12314239 or 8460612. OLE color: 8460612.

HSL color Cylindrical-coordinate representation of color #441981: hue angle of 264.81º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441981 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 25 129 -
CMYK 0.47 0.81 0 0.49
HSL 264.81º 0.68% 0.3% -
HSV(B) 264.81º 0.81% 0.51% -
XYZ 6.69 3.51 21.09 -
YUV 49.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 68 25 129 0.47 0.81 0 0.49 264.81 0.68 0.3
Hex 44 19 81 2F 51 0 31 109 44 1E
Octal 104 31 201 57 121 0 61 411 104 36
Binary 1000100 11001 10000001 101111 1010001 0 110001 100001001 1000100 11110

Color Harmonies of #441981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441981

Black with #441981

Text Example


Text Example

White with #441981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441981; }

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

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

background-color css

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

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

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

border-color css

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

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

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