Html Css Color HEX #442877 Windsor

📋 copy color: '#442877'

red 68 ◦ green 40 ◦ blue 119

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

Shades of Windsor #442877

Tints of Windsor #442877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

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

R = 29.96%
G = 17.62%
B = 52.42%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#442877 (or 0x442877) is known color: Windsor. HEX triplet: 44, 28 and 77. RGB value is (68,40,119). Sum of RGB (Red+Green+Blue) = 68+40+119=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #442877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442877 is #BBD788. Grayscale: #393939. Windows color (decimal): -12310409 or 7809092. OLE color: 7809092.

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

Color convert

RGB 68 40 119 -
CMYK 0.43 0.66 0 0.53
HSL 261.27º 0.5% 0.31% -
HSV(B) 261.27º 0.66% 0.47% -
XYZ 6.47 4.08 17.9 -
YUV 57.38 162.78 135.58 -
System Red Green Blue C M Y K H S L
Decimal 68 40 119 0.43 0.66 0 0.53 261.27 0.5 0.31
Hex 44 28 77 2B 42 0 35 105 32 1F
Octal 104 50 167 53 102 0 65 405 62 37
Binary 1000100 101000 1110111 101011 1000010 0 110101 100000101 110010 11111

Color Harmonies of #442877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442877

Black with #442877

Text Example


Text Example

White with #442877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442877; }

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

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

background-color css

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

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

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

border-color css

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

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

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