Html Css Color HEX #422878 Windsor

📋 copy color: '#422878'

red 66 ◦ green 40 ◦ blue 120

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

Shades of Windsor #422878

Tints of Windsor #422878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 29.2%
G = 17.7%
B = 53.1%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#422878 (or 0x422878) is known color: Windsor. HEX triplet: 42, 28 and 78. RGB value is (66,40,120). Sum of RGB (Red+Green+Blue) = 66+40+120=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #422878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422878 is #BDD787. Grayscale: #383838. Windows color (decimal): -12441480 or 7874626. OLE color: 7874626.

HSL color Cylindrical-coordinate representation of color #422878: hue angle of 259.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422878 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 40 120 -
CMYK 0.45 0.67 0 0.53
HSL 259.5º 0.5% 0.31% -
HSV(B) 259.5º 0.67% 0.47% -
XYZ 6.4 4.03 18.21 -
YUV 56.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 66 40 120 0.45 0.67 0 0.53 259.5 0.5 0.31
Hex 42 28 78 2D 43 0 35 104 32 1F
Octal 102 50 170 55 103 0 65 404 62 37
Binary 1000010 101000 1111000 101101 1000011 0 110101 100000100 110010 11111

Color Harmonies of #422878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422878

Black with #422878

Text Example


Text Example

White with #422878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422878; }

 p { color: rgb(66,40,120); }

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

background-color css

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

 a { background-color: rgb(66,40,120); }

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

border-color css

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

 span { border-color: rgb(66,40,120); }

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