Html Css Color HEX #442074 Windsor

📋 copy color: '#442074'

red 68 ◦ green 32 ◦ blue 116

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

Shades of Windsor #442074

Tints of Windsor #442074

RGB

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

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

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

R = 31.48%
G = 14.81%
B = 53.7%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#442074 (or 0x442074) is known color: Windsor. HEX triplet: 44, 20 and 74. RGB value is (68,32,116). Sum of RGB (Red+Green+Blue) = 68+32+116=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #442074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442074 is #BBDF8B. Grayscale: #343434. Windows color (decimal): -12312460 or 7610436. OLE color: 7610436.

HSL color Cylindrical-coordinate representation of color #442074: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442074 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 32 116 -
CMYK 0.41 0.72 0 0.55
HSL 265.71º 0.57% 0.29% -
HSV(B) 265.71º 0.72% 0.45% -
XYZ 6.05 3.52 16.88 -
YUV 52.34 163.93 139.17 -
System Red Green Blue C M Y K H S L
Decimal 68 32 116 0.41 0.72 0 0.55 265.71 0.57 0.29
Hex 44 20 74 29 48 0 37 10A 39 1D
Octal 104 40 164 51 110 0 67 412 71 35
Binary 1000100 100000 1110100 101001 1001000 0 110111 100001010 111001 11101

Color Harmonies of #442074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442074

Black with #442074

Text Example


Text Example

White with #442074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442074; }

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

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

background-color css

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

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

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

border-color css

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

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

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