Html Css Color HEX #442381 Windsor

📋 copy color: '#442381'

red 68 ◦ green 35 ◦ blue 129

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

Shades of Windsor #442381

Tints of Windsor #442381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.6%

R = 29.31%
G = 15.09%
B = 55.6%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#442381 (or 0x442381) is known color: Windsor. HEX triplet: 44, 23 and 81. RGB value is (68,35,129). Sum of RGB (Red+Green+Blue) = 68+35+129=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #442381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442381 is #BBDC7E. Grayscale: #373737. Windows color (decimal): -12311679 or 8463172. OLE color: 8463172.

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

Color convert

RGB 68 35 129 -
CMYK 0.47 0.73 0 0.49
HSL 261.06º 0.57% 0.32% -
HSV(B) 261.06º 0.73% 0.51% -
XYZ 6.95 4.02 21.18 -
YUV 55.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 68 35 129 0.47 0.73 0 0.49 261.06 0.57 0.32
Hex 44 23 81 2F 49 0 31 105 39 20
Octal 104 43 201 57 111 0 61 405 71 40
Binary 1000100 100011 10000001 101111 1001001 0 110001 100000101 111001 100000

Color Harmonies of #442381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442381

Black with #442381

Text Example


Text Example

White with #442381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442381; }

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

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

background-color css

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

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

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

border-color css

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

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

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