Html Css Color HEX #441877 Windsor

📋 copy color: '#441877'

red 68 ◦ green 24 ◦ blue 119

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

Shades of Windsor #441877

Tints of Windsor #441877

RGB

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

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

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

R = 32.23%
G = 11.37%
B = 56.4%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#441877 (or 0x441877) is known color: Windsor. HEX triplet: 44, 18 and 77. RGB value is (68,24,119). Sum of RGB (Red+Green+Blue) = 68+24+119=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #441877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441877 is #BBE788. Grayscale: #2F2F2F. Windows color (decimal): -12314505 or 7804996. OLE color: 7804996.

HSL color Cylindrical-coordinate representation of color #441877: hue angle of 267.79º degrees, saturation: 0.66, 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 #441877 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 24 119 -
CMYK 0.43 0.80 0 0.53
HSL 267.79º 0.66% 0.28% -
HSV(B) 267.79º 0.8% 0.47% -
XYZ 6.04 3.21 17.75 -
YUV 47.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 68 24 119 0.43 0.80 0 0.53 267.79 0.66 0.28
Hex 44 18 77 2B 50 0 35 10C 42 1C
Octal 104 30 167 53 120 0 65 414 102 34
Binary 1000100 11000 1110111 101011 1010000 0 110101 100001100 1000010 11100

Color Harmonies of #441877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441877

Black with #441877

Text Example


Text Example

White with #441877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441877; }

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

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

background-color css

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

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

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

border-color css

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

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

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