Html Css Color HEX #422B89 Windsor

📋 copy color: '#422B89'

red 66 ◦ green 43 ◦ blue 137

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

Shades of Windsor #422B89

Tints of Windsor #422B89

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

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

R = 26.83%
G = 17.48%
B = 55.69%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#422B89 (or 0x422B89) is known color: Windsor. HEX triplet: 42, 2B and 89. RGB value is (66,43,137). Sum of RGB (Red+Green+Blue) = 66+43+137=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #422B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422B89 is #BDD476. Grayscale: #3C3C3C. Windows color (decimal): -12440695 or 8989506. OLE color: 8989506.

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

Color convert

RGB 66 43 137 -
CMYK 0.52 0.69 0 0.46
HSL 254.68º 0.52% 0.35% -
HSV(B) 254.68º 0.69% 0.54% -
XYZ 7.63 4.69 24.17 -
YUV 60.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 66 43 137 0.52 0.69 0 0.46 254.68 0.52 0.35
Hex 42 2B 89 34 45 0 2E FF 34 23
Octal 102 53 211 64 105 0 56 377 64 43
Binary 1000010 101011 10001001 110100 1000101 0 101110 11111111 110100 100011

Color Harmonies of #422B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B89

Black with #422B89

Text Example


Text Example

White with #422B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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