#42247C

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

Shades of Windsor #42247C

Tints of Windsor #42247C

Color information

#42247C (or 0x42247C) is unknown color: approx Windsor. HEX triplet: 42, 24 and 7C. RGB value is (66,36,124). Sum of RGB (Red+Green+Blue) = 66+36+124=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #42247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42247C is #BDDB83. Grayscale: #363636. Windows color (decimal): -12442500 or 8135746. OLE color: 8135746.

HSL color Cylindrical-coordinate representation of color #42247C: hue angle of 260.45º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42247C is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6636124-
CMYK0.470.7100.51
HSL260.45º55%31.37%-
HSV(B)260.45º70.97%48.63%-
XYZ6.523.8819.47-
YUV55166.94135.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 124 (48.83% from 255) = 54.87%
R=29.20%
G=15.93%
B=54.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66361240.470.7100.51260.455531.37
Hex42247C2F47033104371f
Octal10244174571070634046737
Binary100001010010011111001011111000111011001110000010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42247C; }

 p { color: rgb(66,36,124); }

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

<style>
 a { background-color: #42247C; }

 a { background-color: rgb(66,36,124); }

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

<style>
 span { border-color: #42247C; }

 span { border-color: rgb(66,36,124); }

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