#42266E

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

Shades of Windsor #42266E

Tints of Windsor #42266E

Color information

#42266E (or 0x42266E) is unknown color: approx Windsor. HEX triplet: 42, 26 and 6E. RGB value is (66,38,110). Sum of RGB (Red+Green+Blue) = 66+38+110=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #42266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42266E is #BDD991. Grayscale: #363636. Windows color (decimal): -12442002 or 7218754. OLE color: 7218754.

HSL color Cylindrical-coordinate representation of color #42266E: hue angle of 263.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42266E is Cyan = 0.4, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6638110-
CMYK0.40.6500.57
HSL263.33º48.65%29.02%-
HSV(B)263.33º65.45%43.14%-
XYZ5.753.6715.16-
YUV54.58159.28136.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=30.84%
G=17.76%
B=51.40%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66381100.40.6500.57263.3348.6529.02
Hex42266E2841039107311d
Octal10246156501010714076135
Binary100001010011011011101010001000001011100110000011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42266E; }

 p { color: rgb(66,38,110); }

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

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

 a { background-color: rgb(66,38,110); }

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

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

 span { border-color: rgb(66,38,110); }

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