Html Css Color HEX #422B87 Windsor

📋 copy color: '#422B87'

red 66 ◦ green 43 ◦ blue 135

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

Shades of Windsor #422B87

Tints of Windsor #422B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.33%

R = 27.05%
G = 17.62%
B = 55.33%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#422B87 (or 0x422B87) is known color: Windsor. HEX triplet: 42, 2B and 87. RGB value is (66,43,135). Sum of RGB (Red+Green+Blue) = 66+43+135=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #422B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422B87 is #BDD478. Grayscale: #3C3C3C. Windows color (decimal): -12440697 or 8858434. OLE color: 8858434.

HSL color Cylindrical-coordinate representation of color #422B87: hue angle of 255º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #422B87 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 43 135 -
CMYK 0.51 0.68 0 0.47
HSL 255º 0.52% 0.35% -
HSV(B) 255º 0.68% 0.53% -
XYZ 7.48 4.64 23.42 -
YUV 60.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 66 43 135 0.51 0.68 0 0.47 255 0.52 0.35
Hex 42 2B 87 33 44 0 2F FF 34 23
Octal 102 53 207 63 104 0 57 377 64 43
Binary 1000010 101011 10000111 110011 1000100 0 101111 11111111 110100 100011

Color Harmonies of #422B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B87

Black with #422B87

Text Example


Text Example

White with #422B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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