Html Css Color HEX #422576 Windsor

📋 copy color: '#422576'

red 66 ◦ green 37 ◦ blue 118

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

Shades of Windsor #422576

Tints of Windsor #422576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

 BLUE value IS 118 (46.48% from 255) = 53.39%

R = 29.86%
G = 16.74%
B = 53.39%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#422576 (or 0x422576) is known color: Windsor. HEX triplet: 42, 25 and 76. RGB value is (66,37,118). Sum of RGB (Red+Green+Blue) = 66+37+118=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #422576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422576 is #BDDA89. Grayscale: #363636. Windows color (decimal): -12442250 or 7742786. OLE color: 7742786.

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

Color convert

RGB 66 37 118 -
CMYK 0.44 0.69 0 0.54
HSL 261.48º 0.52% 0.3% -
HSV(B) 261.48º 0.69% 0.46% -
XYZ 6.18 3.79 17.55 -
YUV 54.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 66 37 118 0.44 0.69 0 0.54 261.48 0.52 0.3
Hex 42 25 76 2C 45 0 36 105 34 1E
Octal 102 45 166 54 105 0 66 405 64 36
Binary 1000010 100101 1110110 101100 1000101 0 110110 100000101 110100 11110

Color Harmonies of #422576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422576

Black with #422576

Text Example


Text Example

White with #422576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422576; }

 p { color: rgb(66,37,118); }

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

background-color css

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

 a { background-color: rgb(66,37,118); }

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

border-color css

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

 span { border-color: rgb(66,37,118); }

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