Html Css Color HEX #422985 Windsor

📋 copy color: '#422985'

red 66 ◦ green 41 ◦ blue 133

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

Shades of Windsor #422985

Tints of Windsor #422985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

 BLUE value IS 133 (52.34% from 255) = 55.42%

R = 27.5%
G = 17.08%
B = 55.42%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#422985 (or 0x422985) is known color: Windsor. HEX triplet: 42, 29 and 85. RGB value is (66,41,133). Sum of RGB (Red+Green+Blue) = 66+41+133=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #422985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422985 is #BDD67A. Grayscale: #3A3A3A. Windows color (decimal): -12441211 or 8726850. OLE color: 8726850.

HSL color Cylindrical-coordinate representation of color #422985: hue angle of 256.3º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #422985 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 41 133 -
CMYK 0.50 0.69 0 0.48
HSL 256.3º 0.53% 0.34% -
HSV(B) 256.3º 0.69% 0.52% -
XYZ 7.27 4.44 22.66 -
YUV 58.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 66 41 133 0.50 0.69 0 0.48 256.3 0.53 0.34
Hex 42 29 85 32 45 0 30 100 35 22
Octal 102 51 205 62 105 0 60 400 65 42
Binary 1000010 101001 10000101 110010 1000101 0 110000 100000000 110101 100010

Color Harmonies of #422985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422985

Black with #422985

Text Example


Text Example

White with #422985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422985; }

 p { color: rgb(66,41,133); }

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

background-color css

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

 a { background-color: rgb(66,41,133); }

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

border-color css

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

 span { border-color: rgb(66,41,133); }

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