Html Css Color HEX #442884 Windsor

📋 copy color: '#442884'

red 68 ◦ green 40 ◦ blue 132

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

Shades of Windsor #442884

Tints of Windsor #442884

RGB

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

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

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

R = 28.33%
G = 16.67%
B = 55%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#442884 (or 0x442884) is known color: Windsor. HEX triplet: 44, 28 and 84. RGB value is (68,40,132). Sum of RGB (Red+Green+Blue) = 68+40+132=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #442884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442884 is #BBD77B. Grayscale: #3A3A3A. Windows color (decimal): -12310396 or 8661060. OLE color: 8661060.

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

Color convert

RGB 68 40 132 -
CMYK 0.48 0.70 0 0.48
HSL 258.26º 0.53% 0.34% -
HSV(B) 258.26º 0.7% 0.52% -
XYZ 7.31 4.41 22.3 -
YUV 58.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 68 40 132 0.48 0.70 0 0.48 258.26 0.53 0.34
Hex 44 28 84 30 46 0 30 102 35 22
Octal 104 50 204 60 106 0 60 402 65 42
Binary 1000100 101000 10000100 110000 1000110 0 110000 100000010 110101 100010

Color Harmonies of #442884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442884

Black with #442884

Text Example


Text Example

White with #442884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442884; }

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

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

background-color css

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

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

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

border-color css

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

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

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