Html Css Color HEX #442290 Windsor

📋 copy color: '#442290'

red 68 ◦ green 34 ◦ blue 144

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

Shades of Windsor #442290

Tints of Windsor #442290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.82%

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

R = 27.64%
G = 13.82%
B = 58.54%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#442290 (or 0x442290) is known color: Windsor. HEX triplet: 44, 22 and 90. RGB value is (68,34,144). Sum of RGB (Red+Green+Blue) = 68+34+144=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #442290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442290 is #BBDD6F. Grayscale: #383838. Windows color (decimal): -12311920 or 9445956. OLE color: 9445956.

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

Color convert

RGB 68 34 144 -
CMYK 0.53 0.76 0 0.44
HSL 258.55º 0.62% 0.35% -
HSV(B) 258.55º 0.76% 0.56% -
XYZ 7.99 4.39 26.81 -
YUV 56.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 68 34 144 0.53 0.76 0 0.44 258.55 0.62 0.35
Hex 44 22 90 35 4C 0 2C 103 3E 23
Octal 104 42 220 65 114 0 54 403 76 43
Binary 1000100 100010 10010000 110101 1001100 0 101100 100000011 111110 100011

Color Harmonies of #442290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442290

Black with #442290

Text Example


Text Example

White with #442290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442290; }

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

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

background-color css

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

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

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

border-color css

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

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

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