Html Css Color HEX #422773 Windsor

📋 copy color: '#422773'

red 66 ◦ green 39 ◦ blue 115

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

Shades of Windsor #422773

Tints of Windsor #422773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.27%

R = 30%
G = 17.73%
B = 52.27%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#422773 (or 0x422773) is known color: Windsor. HEX triplet: 42, 27 and 73. RGB value is (66,39,115). Sum of RGB (Red+Green+Blue) = 66+39+115=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #422773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422773 is #BDD88C. Grayscale: #373737. Windows color (decimal): -12441741 or 7546690. OLE color: 7546690.

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

Color convert

RGB 66 39 115 -
CMYK 0.43 0.66 0 0.55
HSL 261.32º 0.49% 0.3% -
HSV(B) 261.32º 0.66% 0.45% -
XYZ 6.07 3.85 16.64 -
YUV 55.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 66 39 115 0.43 0.66 0 0.55 261.32 0.49 0.3
Hex 42 27 73 2B 42 0 37 105 31 1E
Octal 102 47 163 53 102 0 67 405 61 36
Binary 1000010 100111 1110011 101011 1000010 0 110111 100000101 110001 11110

Color Harmonies of #422773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422773

Black with #422773

Text Example


Text Example

White with #422773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422773; }

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

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

background-color css

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

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

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

border-color css

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

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

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