Html Css Color HEX #422B73 Windsor

📋 copy color: '#422B73'

red 66 ◦ green 43 ◦ blue 115

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

Shades of Windsor #422B73

Tints of Windsor #422B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

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

R = 29.46%
G = 19.2%
B = 51.34%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#422B73 (or 0x422B73) is known color: Windsor. HEX triplet: 42, 2B and 73. RGB value is (66,43,115). Sum of RGB (Red+Green+Blue) = 66+43+115=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #422B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B73 is #BDD48C. Grayscale: #393939. Windows color (decimal): -12440717 or 7547714. OLE color: 7547714.

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

Color convert

RGB 66 43 115 -
CMYK 0.43 0.63 0 0.55
HSL 259.17º 0.46% 0.31% -
HSV(B) 259.17º 0.63% 0.45% -
XYZ 6.21 4.12 16.69 -
YUV 58.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 66 43 115 0.43 0.63 0 0.55 259.17 0.46 0.31
Hex 42 2B 73 2B 3F 0 37 103 2E 1F
Octal 102 53 163 53 77 0 67 403 56 37
Binary 1000010 101011 1110011 101011 111111 0 110111 100000011 101110 11111

Color Harmonies of #422B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B73

Black with #422B73

Text Example


Text Example

White with #422B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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