Html Css Color HEX #422879 Windsor

📋 copy color: '#422879'

red 66 ◦ green 40 ◦ blue 121

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

Shades of Windsor #422879

Tints of Windsor #422879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.3%

R = 29.07%
G = 17.62%
B = 53.3%

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

#422879 (or 0x422879) is known color: Windsor. HEX triplet: 42, 28 and 79. RGB value is (66,40,121). Sum of RGB (Red+Green+Blue) = 66+40+121=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #422879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422879 is #BDD786. Grayscale: #383838. Windows color (decimal): -12441479 or 7940162. OLE color: 7940162.

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

Color convert

RGB 66 40 121 -
CMYK 0.45 0.67 0 0.53
HSL 259.26º 0.5% 0.32% -
HSV(B) 259.26º 0.67% 0.47% -
XYZ 6.46 4.06 18.53 -
YUV 57.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 66 40 121 0.45 0.67 0 0.53 259.26 0.5 0.32
Hex 42 28 79 2D 43 0 35 103 32 20
Octal 102 50 171 55 103 0 65 403 62 40
Binary 1000010 101000 1111001 101101 1000011 0 110101 100000011 110010 100000

Color Harmonies of #422879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422879

Black with #422879

Text Example


Text Example

White with #422879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422879; }

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

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

background-color css

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

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

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

border-color css

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

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

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