Html Css Color HEX #422173 Windsor

📋 copy color: '#422173'

red 66 ◦ green 33 ◦ blue 115

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

Shades of Windsor #422173

Tints of Windsor #422173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

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

R = 30.84%
G = 15.42%
B = 53.74%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#422173 (or 0x422173) is known color: Windsor. HEX triplet: 42, 21 and 73. RGB value is (66,33,115). Sum of RGB (Red+Green+Blue) = 66+33+115=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #422173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422173 is #BDDE8C. Grayscale: #333333. Windows color (decimal): -12443277 or 7545154. OLE color: 7545154.

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

Color convert

RGB 66 33 115 -
CMYK 0.43 0.71 0 0.55
HSL 264.15º 0.55% 0.29% -
HSV(B) 264.15º 0.71% 0.45% -
XYZ 5.89 3.48 16.58 -
YUV 52.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 66 33 115 0.43 0.71 0 0.55 264.15 0.55 0.29
Hex 42 21 73 2B 47 0 37 108 37 1D
Octal 102 41 163 53 107 0 67 410 67 35
Binary 1000010 100001 1110011 101011 1000111 0 110111 100001000 110111 11101

Color Harmonies of #422173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422173

Black with #422173

Text Example


Text Example

White with #422173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422173; }

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

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

background-color css

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

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

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

border-color css

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

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

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