#42247B

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

Shades of Windsor #42247B

Tints of Windsor #42247B

Color information

#42247B (or 0x42247B) is unknown color: approx Windsor. HEX triplet: 42, 24 and 7B. RGB value is (66,36,123). Sum of RGB (Red+Green+Blue) = 66+36+123=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #42247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42247B is #BDDB84. Grayscale: #363636. Windows color (decimal): -12442501 or 8070210. OLE color: 8070210.

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

Color convert

RGB6636123-
CMYK0.460.7100.52
HSL260.69º54.72%31.18%-
HSV(B)260.69º70.73%48.24%-
XYZ6.453.8519.14-
YUV54.89166.44135.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=29.33%
G=16%
B=54.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66361230.460.7100.52260.6954.7231.18
Hex42247B2E47034105371f
Octal10244173561070644056737
Binary100001010010011110111011101000111011010010000010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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