Html Css Color HEX #422290 Windsor

📋 copy color: '#422290'

red 66 ◦ green 34 ◦ blue 144

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

Shades of Windsor #422290

Tints of Windsor #422290

RGB

 RED value IS 66 (26.17% from 255) = 27.05%

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

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

R = 27.05%
G = 13.93%
B = 59.02%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#422290 (or 0x422290) is known color: Windsor. HEX triplet: 42, 22 and 90. RGB value is (66,34,144). Sum of RGB (Red+Green+Blue) = 66+34+144=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 34 (13.67% from 255 or 13.93% 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 #422290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422290 is #BDDD6F. Grayscale: #373737. Windows color (decimal): -12442992 or 9445954. OLE color: 9445954.

HSL color Cylindrical-coordinate representation of color #422290: hue angle of 257.45º 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 #422290 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 34 144 -
CMYK 0.54 0.76 0 0.44
HSL 257.45º 0.62% 0.35% -
HSV(B) 257.45º 0.76% 0.56% -
XYZ 7.85 4.32 26.8 -
YUV 56.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 66 34 144 0.54 0.76 0 0.44 257.45 0.62 0.35
Hex 42 22 90 36 4C 0 2C 101 3E 23
Octal 102 42 220 66 114 0 54 401 76 43
Binary 1000010 100010 10010000 110110 1001100 0 101100 100000001 111110 100011

Color Harmonies of #422290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422290

Black with #422290

Text Example


Text Example

White with #422290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422290; }

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

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

background-color css

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

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

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

border-color css

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

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

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