Html Css Color HEX #442374 Windsor

📋 copy color: '#442374'

red 68 ◦ green 35 ◦ blue 116

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

Shades of Windsor #442374

Tints of Windsor #442374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.97%

R = 31.05%
G = 15.98%
B = 52.97%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#442374 (or 0x442374) is known color: Windsor. HEX triplet: 44, 23 and 74. RGB value is (68,35,116). Sum of RGB (Red+Green+Blue) = 68+35+116=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #442374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442374 is #BBDC8B. Grayscale: #353535. Windows color (decimal): -12311692 or 7611204. OLE color: 7611204.

HSL color Cylindrical-coordinate representation of color #442374: hue angle of 264.44º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #442374 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 35 116 -
CMYK 0.41 0.70 0 0.55
HSL 264.44º 0.54% 0.3% -
HSV(B) 264.44º 0.7% 0.45% -
XYZ 6.14 3.69 16.91 -
YUV 54.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 68 35 116 0.41 0.70 0 0.55 264.44 0.54 0.3
Hex 44 23 74 29 46 0 37 108 36 1E
Octal 104 43 164 51 106 0 67 410 66 36
Binary 1000100 100011 1110100 101001 1000110 0 110111 100001000 110110 11110

Color Harmonies of #442374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442374

Black with #442374

Text Example


Text Example

White with #442374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442374; }

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

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

background-color css

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

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

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

border-color css

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

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

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