Html Css Color HEX #442084 Windsor

📋 copy color: '#442084'

red 68 ◦ green 32 ◦ blue 132

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

Shades of Windsor #442084

Tints of Windsor #442084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

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

R = 29.31%
G = 13.79%
B = 56.9%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#442084 (or 0x442084) is known color: Windsor. HEX triplet: 44, 20 and 84. RGB value is (68,32,132). Sum of RGB (Red+Green+Blue) = 68+32+132=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #442084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442084 is #BBDF7B. Grayscale: #353535. Windows color (decimal): -12312444 or 8659012. OLE color: 8659012.

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

Color convert

RGB 68 32 132 -
CMYK 0.48 0.76 0 0.48
HSL 261.6º 0.61% 0.32% -
HSV(B) 261.6º 0.76% 0.52% -
XYZ 7.07 3.93 22.22 -
YUV 54.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 68 32 132 0.48 0.76 0 0.48 261.6 0.61 0.32
Hex 44 20 84 30 4C 0 30 106 3D 20
Octal 104 40 204 60 114 0 60 406 75 40
Binary 1000100 100000 10000100 110000 1001100 0 110000 100000110 111101 100000

Color Harmonies of #442084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442084

Black with #442084

Text Example


Text Example

White with #442084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442084; }

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

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

background-color css

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

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

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

border-color css

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

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

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