Html Css Color HEX #422C6E Windsor

📋 copy color: '#422C6E'

red 66 ◦ green 44 ◦ blue 110

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

Shades of Windsor #422C6E

Tints of Windsor #422C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50%

R = 30%
G = 20%
B = 50%

CMYK

 C value IS 0.4

 M value IS 0.6

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#422C6E (or 0x422C6E) is known color: Windsor. HEX triplet: 42, 2C and 6E. RGB value is (66,44,110). Sum of RGB (Red+Green+Blue) = 66+44+110=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #422C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C6E is #BDD391. Grayscale: #393939. Windows color (decimal): -12440466 or 7220290. OLE color: 7220290.

HSL color Cylindrical-coordinate representation of color #422C6E: hue angle of 260º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #422C6E is Cyan = 0.4, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 44 110 -
CMYK 0.4 0.6 0 0.57
HSL 260º 0.43% 0.3% -
HSV(B) 260º 0.6% 0.43% -
XYZ 5.96 4.09 15.23 -
YUV 58.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 66 44 110 0.4 0.6 0 0.57 260 0.43 0.3
Hex 42 2C 6E 28 3C 0 39 104 2B 1E
Octal 102 54 156 50 74 0 71 404 53 36
Binary 1000010 101100 1101110 101000 111100 0 111001 100000100 101011 11110

Color Harmonies of #422C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C6E

Black with #422C6E

Text Example


Text Example

White with #422C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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