Html Css Color HEX #441977 Windsor

📋 copy color: '#441977'

red 68 ◦ green 25 ◦ blue 119

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

Shades of Windsor #441977

Tints of Windsor #441977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.13%

R = 32.08%
G = 11.79%
B = 56.13%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#441977 (or 0x441977) is known color: Windsor. HEX triplet: 44, 19 and 77. RGB value is (68,25,119). Sum of RGB (Red+Green+Blue) = 68+25+119=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #441977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441977 is #BBE688. Grayscale: #303030. Windows color (decimal): -12314249 or 7805252. OLE color: 7805252.

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

Color convert

RGB 68 25 119 -
CMYK 0.43 0.79 0 0.53
HSL 267.45º 0.65% 0.28% -
HSV(B) 267.45º 0.79% 0.47% -
XYZ 6.06 3.26 17.76 -
YUV 48.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 68 25 119 0.43 0.79 0 0.53 267.45 0.65 0.28
Hex 44 19 77 2B 4F 0 35 10B 41 1C
Octal 104 31 167 53 117 0 65 413 101 34
Binary 1000100 11001 1110111 101011 1001111 0 110101 100001011 1000001 11100

Color Harmonies of #441977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441977

Black with #441977

Text Example


Text Example

White with #441977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441977; }

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

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

background-color css

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

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

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

border-color css

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

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

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