Html Css Color HEX #442184 Windsor

📋 copy color: '#442184'

red 68 ◦ green 33 ◦ blue 132

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

Shades of Windsor #442184

Tints of Windsor #442184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.16%

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

R = 29.18%
G = 14.16%
B = 56.65%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#442184 (or 0x442184) is known color: Windsor. HEX triplet: 44, 21 and 84. RGB value is (68,33,132). Sum of RGB (Red+Green+Blue) = 68+33+132=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #442184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442184 is #BBDE7B. Grayscale: #363636. Windows color (decimal): -12312188 or 8659268. OLE color: 8659268.

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

Color convert

RGB 68 33 132 -
CMYK 0.48 0.75 0 0.48
HSL 261.21º 0.6% 0.32% -
HSV(B) 261.21º 0.75% 0.52% -
XYZ 7.09 3.98 22.22 -
YUV 54.75 171.6 137.45 -
System Red Green Blue C M Y K H S L
Decimal 68 33 132 0.48 0.75 0 0.48 261.21 0.6 0.32
Hex 44 21 84 30 4B 0 30 105 3C 20
Octal 104 41 204 60 113 0 60 405 74 40
Binary 1000100 100001 10000100 110000 1001011 0 110000 100000101 111100 100000

Color Harmonies of #442184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442184

Black with #442184

Text Example


Text Example

White with #442184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442184; }

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

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

background-color css

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

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

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

border-color css

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

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

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