Html Css Color HEX #422973 Windsor

📋 copy color: '#422973'

red 66 ◦ green 41 ◦ blue 115

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

Shades of Windsor #422973

Tints of Windsor #422973

RGB

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

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

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

R = 29.73%
G = 18.47%
B = 51.8%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#422973 (or 0x422973) is known color: Windsor. HEX triplet: 42, 29 and 73. RGB value is (66,41,115). Sum of RGB (Red+Green+Blue) = 66+41+115=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #422973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422973 is #BDD68C. Grayscale: #383838. Windows color (decimal): -12441229 or 7547202. OLE color: 7547202.

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

Color convert

RGB 66 41 115 -
CMYK 0.43 0.64 0 0.55
HSL 260.27º 0.47% 0.31% -
HSV(B) 260.27º 0.64% 0.45% -
XYZ 6.13 3.98 16.66 -
YUV 56.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 66 41 115 0.43 0.64 0 0.55 260.27 0.47 0.31
Hex 42 29 73 2B 40 0 37 104 2F 1F
Octal 102 51 163 53 100 0 67 404 57 37
Binary 1000010 101001 1110011 101011 1000000 0 110111 100000100 101111 11111

Color Harmonies of #422973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422973

Black with #422973

Text Example


Text Example

White with #422973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422973; }

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

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

background-color css

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

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

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

border-color css

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

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

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