Html Css Color HEX #422778 Windsor

📋 copy color: '#422778'

red 66 ◦ green 39 ◦ blue 120

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

Shades of Windsor #422778

Tints of Windsor #422778

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

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

R = 29.33%
G = 17.33%
B = 53.33%

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

#422778 (or 0x422778) is known color: Windsor. HEX triplet: 42, 27 and 78. RGB value is (66,39,120). Sum of RGB (Red+Green+Blue) = 66+39+120=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #422778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422778 is #BDD887. Grayscale: #383838. Windows color (decimal): -12441736 or 7874370. OLE color: 7874370.

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

Color convert

RGB 66 39 120 -
CMYK 0.45 0.67 0 0.53
HSL 260º 0.51% 0.31% -
HSV(B) 260º 0.68% 0.47% -
XYZ 6.36 3.97 18.2 -
YUV 56.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 66 39 120 0.45 0.67 0 0.53 260 0.51 0.31
Hex 42 27 78 2D 43 0 35 104 33 1F
Octal 102 47 170 55 103 0 65 404 63 37
Binary 1000010 100111 1111000 101101 1000011 0 110101 100000100 110011 11111

Color Harmonies of #422778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422778

Black with #422778

Text Example


Text Example

White with #422778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422778; }

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

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

background-color css

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

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

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

border-color css

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

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

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