Html Css Color HEX #442090 Windsor

📋 copy color: '#442090'

red 68 ◦ green 32 ◦ blue 144

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

Shades of Windsor #442090

Tints of Windsor #442090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.02%

R = 27.87%
G = 13.11%
B = 59.02%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#442090 (or 0x442090) is known color: Windsor. HEX triplet: 44, 20 and 90. RGB value is (68,32,144). Sum of RGB (Red+Green+Blue) = 68+32+144=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #442090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442090 is #BBDF6F. Grayscale: #373737. Windows color (decimal): -12312432 or 9445444. OLE color: 9445444.

HSL color Cylindrical-coordinate representation of color #442090: hue angle of 259.29º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442090 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 32 144 -
CMYK 0.53 0.78 0 0.44
HSL 259.29º 0.64% 0.35% -
HSV(B) 259.29º 0.78% 0.56% -
XYZ 7.93 4.28 26.79 -
YUV 55.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 68 32 144 0.53 0.78 0 0.44 259.29 0.64 0.35
Hex 44 20 90 35 4E 0 2C 103 40 23
Octal 104 40 220 65 116 0 54 403 100 43
Binary 1000100 100000 10010000 110101 1001110 0 101100 100000011 1000000 100011

Color Harmonies of #442090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442090

Black with #442090

Text Example


Text Example

White with #442090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442090; }

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

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

background-color css

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

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

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

border-color css

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

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

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