Html Css Color HEX #422289 Windsor

📋 copy color: '#422289'

red 66 ◦ green 34 ◦ blue 137

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

Shades of Windsor #422289

Tints of Windsor #422289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 57.81%

R = 27.85%
G = 14.35%
B = 57.81%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#422289 (or 0x422289) is known color: Windsor. HEX triplet: 42, 22 and 89. RGB value is (66,34,137). Sum of RGB (Red+Green+Blue) = 66+34+137=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #422289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422289 is #BDDD76. Grayscale: #363636. Windows color (decimal): -12442999 or 8987202. OLE color: 8987202.

HSL color Cylindrical-coordinate representation of color #422289: hue angle of 258.64º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422289 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 34 137 -
CMYK 0.52 0.75 0 0.46
HSL 258.64º 0.6% 0.34% -
HSV(B) 258.64º 0.75% 0.54% -
XYZ 7.33 4.11 24.07 -
YUV 55.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 66 34 137 0.52 0.75 0 0.46 258.64 0.6 0.34
Hex 42 22 89 34 4B 0 2E 103 3C 22
Octal 102 42 211 64 113 0 56 403 74 42
Binary 1000010 100010 10001001 110100 1001011 0 101110 100000011 111100 100010

Color Harmonies of #422289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422289

Black with #422289

Text Example


Text Example

White with #422289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422289; }

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

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

background-color css

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

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

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

border-color css

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

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

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