Html Css Color HEX #441E77 Windsor

📋 copy color: '#441E77'

red 68 ◦ green 30 ◦ blue 119

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

Shades of Windsor #441E77

Tints of Windsor #441E77

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.82%

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

R = 31.34%
G = 13.82%
B = 54.84%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#441E77 (or 0x441E77) is known color: Windsor. HEX triplet: 44, 1E and 77. RGB value is (68,30,119). Sum of RGB (Red+Green+Blue) = 68+30+119=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #441E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441E77 is #BBE188. Grayscale: #333333. Windows color (decimal): -12312969 or 7806532. OLE color: 7806532.

HSL color Cylindrical-coordinate representation of color #441E77: hue angle of 265.62º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441E77 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 30 119 -
CMYK 0.43 0.75 0 0.53
HSL 265.62º 0.6% 0.29% -
HSV(B) 265.62º 0.75% 0.47% -
XYZ 6.18 3.49 17.8 -
YUV 51.51 166.09 139.76 -
System Red Green Blue C M Y K H S L
Decimal 68 30 119 0.43 0.75 0 0.53 265.62 0.6 0.29
Hex 44 1E 77 2B 4B 0 35 10A 3C 1D
Octal 104 36 167 53 113 0 65 412 74 35
Binary 1000100 11110 1110111 101011 1001011 0 110101 100001010 111100 11101

Color Harmonies of #441E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E77

Black with #441E77

Text Example


Text Example

White with #441E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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