#422B6B

Color #422B6B Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #422B6B

Tints of Windsor #422B6B

Color information

#422B6B (or 0x422B6B) is unknown color: approx Windsor. HEX triplet: 42, 2B and 6B. RGB value is (66,43,107). Sum of RGB (Red+Green+Blue) = 66+43+107=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #422B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B6B is #BDD494. Grayscale: #383838. Windows color (decimal): -12440725 or 7023426. OLE color: 7023426.

HSL color Cylindrical-coordinate representation of color #422B6B: hue angle of 261.56º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #422B6B is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6643107-
CMYK0.380.6000.58
HSL261.56º42.67%29.41%-
HSV(B)261.56º59.81%41.96%-
XYZ5.763.9514.37-
YUV57.17156.12134.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 107 (42.19% from 255) = 49.54%
R=30.56%
G=19.91%
B=49.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66431070.380.6000.58261.5642.6729.41
Hex422B6B263C03A1062b1d
Octal1025315346740724065335
Binary10000101010111101011100110111100011101010000011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #422B6B;
 }
 .AnyTagClassName
 {
   color: #422B6B;
 }
</style>
background-color css

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

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

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

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

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

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