Html Css Color HEX #442280 Windsor

📋 copy color: '#442280'

red 68 ◦ green 34 ◦ blue 128

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

Shades of Windsor #442280

Tints of Windsor #442280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.78%

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

R = 29.57%
G = 14.78%
B = 55.65%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#442280 (or 0x442280) is known color: Windsor. HEX triplet: 44, 22 and 80. RGB value is (68,34,128). Sum of RGB (Red+Green+Blue) = 68+34+128=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #442280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442280 is #BBDD7F. Grayscale: #363636. Windows color (decimal): -12311936 or 8397380. OLE color: 8397380.

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

Color convert

RGB 68 34 128 -
CMYK 0.47 0.73 0 0.50
HSL 261.7º 0.58% 0.32% -
HSV(B) 261.7º 0.73% 0.5% -
XYZ 6.85 3.93 20.82 -
YUV 54.88 169.26 137.36 -
System Red Green Blue C M Y K H S L
Decimal 68 34 128 0.47 0.73 0 0.50 261.7 0.58 0.32
Hex 44 22 80 2F 49 0 32 106 3A 20
Octal 104 42 200 57 111 0 62 406 72 40
Binary 1000100 100010 10000000 101111 1001001 0 110010 100000110 111010 100000

Color Harmonies of #442280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442280

Black with #442280

Text Example


Text Example

White with #442280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442280; }

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

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

background-color css

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

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

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

border-color css

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

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

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