#42256F

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

Shades of Windsor #42256F

Tints of Windsor #42256F

Color information

#42256F (or 0x42256F) is unknown color: approx Windsor. HEX triplet: 42, 25 and 6F. RGB value is (66,37,111). Sum of RGB (Red+Green+Blue) = 66+37+111=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #42256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42256F is #BDDA90. Grayscale: #353535. Windows color (decimal): -12442257 or 7284034. OLE color: 7284034.

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

Color convert

RGB6637111-
CMYK0.410.6700.56
HSL263.51º50%29.02%-
HSV(B)263.51º66.67%43.53%-
XYZ5.783.6315.43-
YUV54.11160.11136.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=30.84%
G=17.29%
B=51.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66371110.410.6700.56263.515029.02
Hex42256F2943038108321d
Octal10245157511030704106235
Binary100001010010111011111010011000011011100010000100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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