Html Css Color HEX #442490 Windsor

📋 copy color: '#442490'

red 68 ◦ green 36 ◦ blue 144

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

Shades of Windsor #442490

Tints of Windsor #442490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

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

R = 27.42%
G = 14.52%
B = 58.06%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#442490 (or 0x442490) is known color: Windsor. HEX triplet: 44, 24 and 90. RGB value is (68,36,144). Sum of RGB (Red+Green+Blue) = 68+36+144=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #442490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442490 is #BBDB6F. Grayscale: #393939. Windows color (decimal): -12311408 or 9446468. OLE color: 9446468.

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

Color convert

RGB 68 36 144 -
CMYK 0.53 0.75 0 0.44
HSL 257.78º 0.6% 0.35% -
HSV(B) 257.78º 0.75% 0.56% -
XYZ 8.05 4.5 26.83 -
YUV 57.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 68 36 144 0.53 0.75 0 0.44 257.78 0.6 0.35
Hex 44 24 90 35 4B 0 2C 102 3C 23
Octal 104 44 220 65 113 0 54 402 74 43
Binary 1000100 100100 10010000 110101 1001011 0 101100 100000010 111100 100011

Color Harmonies of #442490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442490

Black with #442490

Text Example


Text Example

White with #442490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442490; }

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

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

background-color css

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

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

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

border-color css

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

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

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