Html Css Color HEX #422D6C Windsor

📋 copy color: '#422D6C'

red 66 ◦ green 45 ◦ blue 108

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

Shades of Windsor #422D6C

Tints of Windsor #422D6C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.55%

 BLUE value IS 108 (42.58% from 255) = 49.32%

R = 30.14%
G = 20.55%
B = 49.32%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#422D6C (or 0x422D6C) is known color: Windsor. HEX triplet: 42, 2D and 6C. RGB value is (66,45,108). Sum of RGB (Red+Green+Blue) = 66+45+108=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #422D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D6C is #BDD293. Grayscale: #3A3A3A. Windows color (decimal): -12440212 or 7089474. OLE color: 7089474.

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

Color convert

RGB 66 45 108 -
CMYK 0.39 0.58 0 0.58
HSL 260º 0.41% 0.3% -
HSV(B) 260º 0.58% 0.42% -
XYZ 5.89 4.12 14.67 -
YUV 58.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 66 45 108 0.39 0.58 0 0.58 260 0.41 0.3
Hex 42 2D 6C 27 3A 0 3A 104 29 1E
Octal 102 55 154 47 72 0 72 404 51 36
Binary 1000010 101101 1101100 100111 111010 0 111010 100000100 101001 11110

Color Harmonies of #422D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D6C

Black with #422D6C

Text Example


Text Example

White with #422D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,45,108); }

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

background-color css

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

 a { background-color: rgb(66,45,108); }

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

border-color css

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

 span { border-color: rgb(66,45,108); }

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