#42276F

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

Shades of Windsor #42276F

Tints of Windsor #42276F

Color information

#42276F (or 0x42276F) is unknown color: approx Windsor. HEX triplet: 42, 27 and 6F. RGB value is (66,39,111). Sum of RGB (Red+Green+Blue) = 66+39+111=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #42276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42276F is #BDD890. Grayscale: #373737. Windows color (decimal): -12441745 or 7284546. OLE color: 7284546.

HSL color Cylindrical-coordinate representation of color #42276F: hue angle of 262.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42276F is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6639111-
CMYK0.410.6500.56
HSL262.5º48%29.41%-
HSV(B)262.5º64.86%43.53%-
XYZ5.843.7615.46-
YUV55.28159.45135.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=30.56%
G=18.06%
B=51.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66391110.410.6500.56262.54829.41
Hex42276F2941038106301d
Octal10247157511010704066035
Binary100001010011111011111010011000001011100010000011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42276F; }

 p { color: rgb(66,39,111); }

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

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

 a { background-color: rgb(66,39,111); }

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

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

 span { border-color: rgb(66,39,111); }

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