Html Css Color HEX #442984 Windsor

📋 copy color: '#442984'

red 68 ◦ green 41 ◦ blue 132

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

Shades of Windsor #442984

Tints of Windsor #442984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

 BLUE value IS 132 (51.95% from 255) = 54.77%

R = 28.22%
G = 17.01%
B = 54.77%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#442984 (or 0x442984) is known color: Windsor. HEX triplet: 44, 29 and 84. RGB value is (68,41,132). Sum of RGB (Red+Green+Blue) = 68+41+132=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #442984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442984 is #BBD67B. Grayscale: #3B3B3B. Windows color (decimal): -12310140 or 8661316. OLE color: 8661316.

HSL color Cylindrical-coordinate representation of color #442984: hue angle of 257.8º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442984 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 41 132 -
CMYK 0.48 0.69 0 0.48
HSL 257.8º 0.53% 0.34% -
HSV(B) 257.8º 0.69% 0.52% -
XYZ 7.34 4.48 22.31 -
YUV 59.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 68 41 132 0.48 0.69 0 0.48 257.8 0.53 0.34
Hex 44 29 84 30 45 0 30 102 35 22
Octal 104 51 204 60 105 0 60 402 65 42
Binary 1000100 101001 10000100 110000 1000101 0 110000 100000010 110101 100010

Color Harmonies of #442984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442984

Black with #442984

Text Example


Text Example

White with #442984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442984; }

 p { color: rgb(68,41,132); }

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

background-color css

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

 a { background-color: rgb(68,41,132); }

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

border-color css

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

 span { border-color: rgb(68,41,132); }

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