Html Css Color HEX #422089 Windsor

📋 copy color: '#422089'

red 66 ◦ green 32 ◦ blue 137

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

Shades of Windsor #422089

Tints of Windsor #422089

RGB

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

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

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

R = 28.09%
G = 13.62%
B = 58.3%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#422089 (or 0x422089) is known color: Windsor. HEX triplet: 42, 20 and 89. RGB value is (66,32,137). Sum of RGB (Red+Green+Blue) = 66+32+137=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #422089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422089 is #BDDF76. Grayscale: #353535. Windows color (decimal): -12443511 or 8986690. OLE color: 8986690.

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

Color convert

RGB 66 32 137 -
CMYK 0.52 0.77 0 0.46
HSL 259.43º 0.62% 0.33% -
HSV(B) 259.43º 0.77% 0.54% -
XYZ 7.28 4 24.05 -
YUV 54.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 66 32 137 0.52 0.77 0 0.46 259.43 0.62 0.33
Hex 42 20 89 34 4D 0 2E 103 3E 21
Octal 102 40 211 64 115 0 56 403 76 41
Binary 1000010 100000 10001001 110100 1001101 0 101110 100000011 111110 100001

Color Harmonies of #422089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422089

Black with #422089

Text Example


Text Example

White with #422089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422089; }

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

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

background-color css

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

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

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

border-color css

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

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

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