Html Css Color HEX #422978 Windsor

📋 copy color: '#422978'

red 66 ◦ green 41 ◦ blue 120

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

Shades of Windsor #422978

Tints of Windsor #422978

RGB

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

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

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

R = 29.07%
G = 18.06%
B = 52.86%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#422978 (or 0x422978) is known color: Windsor. HEX triplet: 42, 29 and 78. RGB value is (66,41,120). Sum of RGB (Red+Green+Blue) = 66+41+120=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #422978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422978 is #BDD687. Grayscale: #393939. Windows color (decimal): -12441224 or 7874882. OLE color: 7874882.

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

Color convert

RGB 66 41 120 -
CMYK 0.45 0.66 0 0.53
HSL 258.99º 0.49% 0.32% -
HSV(B) 258.99º 0.66% 0.47% -
XYZ 6.43 4.1 18.22 -
YUV 57.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 66 41 120 0.45 0.66 0 0.53 258.99 0.49 0.32
Hex 42 29 78 2D 42 0 35 103 31 20
Octal 102 51 170 55 102 0 65 403 61 40
Binary 1000010 101001 1111000 101101 1000010 0 110101 100000011 110001 100000

Color Harmonies of #422978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422978

Black with #422978

Text Example


Text Example

White with #422978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422978; }

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

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

background-color css

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

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

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

border-color css

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

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

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