Html Css Color HEX #422C87 Windsor

📋 copy color: '#422C87'

red 66 ◦ green 44 ◦ blue 135

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

Shades of Windsor #422C87

Tints of Windsor #422C87

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.96%

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

R = 26.94%
G = 17.96%
B = 55.1%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#422C87 (or 0x422C87) is known color: Windsor. HEX triplet: 42, 2C and 87. RGB value is (66,44,135). Sum of RGB (Red+Green+Blue) = 66+44+135=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #422C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422C87 is #BDD378. Grayscale: #3C3C3C. Windows color (decimal): -12440441 or 8858690. OLE color: 8858690.

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

Color convert

RGB 66 44 135 -
CMYK 0.51 0.67 0 0.47
HSL 254.51º 0.51% 0.35% -
HSV(B) 254.51º 0.67% 0.53% -
XYZ 7.52 4.71 23.43 -
YUV 60.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 66 44 135 0.51 0.67 0 0.47 254.51 0.51 0.35
Hex 42 2C 87 33 43 0 2F FF 33 23
Octal 102 54 207 63 103 0 57 377 63 43
Binary 1000010 101100 10000111 110011 1000011 0 101111 11111111 110011 100011

Color Harmonies of #422C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C87

Black with #422C87

Text Example


Text Example

White with #422C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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