Html Css Color HEX #442080 Windsor

📋 copy color: '#442080'

red 68 ◦ green 32 ◦ blue 128

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

Shades of Windsor #442080

Tints of Windsor #442080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 56.14%

R = 29.82%
G = 14.04%
B = 56.14%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#442080 (or 0x442080) is known color: Windsor. HEX triplet: 44, 20 and 80. RGB value is (68,32,128). Sum of RGB (Red+Green+Blue) = 68+32+128=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #442080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442080 is #BBDF7F. Grayscale: #353535. Windows color (decimal): -12312448 or 8396868. OLE color: 8396868.

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

Color convert

RGB 68 32 128 -
CMYK 0.47 0.75 0 0.50
HSL 262.5º 0.6% 0.31% -
HSV(B) 262.5º 0.75% 0.5% -
XYZ 6.8 3.82 20.8 -
YUV 53.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 68 32 128 0.47 0.75 0 0.50 262.5 0.6 0.31
Hex 44 20 80 2F 4B 0 32 106 3C 1F
Octal 104 40 200 57 113 0 62 406 74 37
Binary 1000100 100000 10000000 101111 1001011 0 110010 100000110 111100 11111

Color Harmonies of #442080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442080

Black with #442080

Text Example


Text Example

White with #442080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442080; }

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

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

background-color css

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

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

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

border-color css

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

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

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