Html Css Color HEX #442380 Windsor

📋 copy color: '#442380'

red 68 ◦ green 35 ◦ blue 128

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

Shades of Windsor #442380

Tints of Windsor #442380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

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

R = 29.44%
G = 15.15%
B = 55.41%

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

#442380 (or 0x442380) is known color: Windsor. HEX triplet: 44, 23 and 80. RGB value is (68,35,128). Sum of RGB (Red+Green+Blue) = 68+35+128=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #442380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442380 is #BBDC7F. Grayscale: #373737. Windows color (decimal): -12311680 or 8397636. OLE color: 8397636.

HSL color Cylindrical-coordinate representation of color #442380: hue angle of 261.29º degrees, saturation: 0.57, 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 #442380 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 35 128 -
CMYK 0.47 0.73 0 0.50
HSL 261.29º 0.57% 0.32% -
HSV(B) 261.29º 0.73% 0.5% -
XYZ 6.88 3.99 20.83 -
YUV 55.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 68 35 128 0.47 0.73 0 0.50 261.29 0.57 0.32
Hex 44 23 80 2F 49 0 32 105 39 20
Octal 104 43 200 57 111 0 62 405 71 40
Binary 1000100 100011 10000000 101111 1001001 0 110010 100000101 111001 100000

Color Harmonies of #442380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442380

Black with #442380

Text Example


Text Example

White with #442380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442380; }

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

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

background-color css

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

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

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

border-color css

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

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

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