Html Css Color HEX #422075 Windsor

📋 copy color: '#422075'

red 66 ◦ green 32 ◦ blue 117

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

Shades of Windsor #422075

Tints of Windsor #422075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

 BLUE value IS 117 (46.09% from 255) = 54.42%

R = 30.7%
G = 14.88%
B = 54.42%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#422075 (or 0x422075) is known color: Windsor. HEX triplet: 42, 20 and 75. RGB value is (66,32,117). Sum of RGB (Red+Green+Blue) = 66+32+117=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #422075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422075 is #BDDF8A. Grayscale: #333333. Windows color (decimal): -12443531 or 7675970. OLE color: 7675970.

HSL color Cylindrical-coordinate representation of color #422075: hue angle of 264º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422075 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 32 117 -
CMYK 0.44 0.73 0 0.54
HSL 264º 0.57% 0.29% -
HSV(B) 264º 0.73% 0.46% -
XYZ 5.97 3.48 17.19 -
YUV 51.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 66 32 117 0.44 0.73 0 0.54 264 0.57 0.29
Hex 42 20 75 2C 49 0 36 108 39 1D
Octal 102 40 165 54 111 0 66 410 71 35
Binary 1000010 100000 1110101 101100 1001001 0 110110 100001000 111001 11101

Color Harmonies of #422075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422075

Black with #422075

Text Example


Text Example

White with #422075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422075; }

 p { color: rgb(66,32,117); }

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

background-color css

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

 a { background-color: rgb(66,32,117); }

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

border-color css

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

 span { border-color: rgb(66,32,117); }

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