#42267C

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

Shades of Windsor #42267C

Tints of Windsor #42267C

Color information

#42267C (or 0x42267C) is unknown color: approx Windsor. HEX triplet: 42, 26 and 7C. RGB value is (66,38,124). Sum of RGB (Red+Green+Blue) = 66+38+124=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #42267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42267C is #BDD983. Grayscale: #373737. Windows color (decimal): -12441988 or 8136258. OLE color: 8136258.

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

Color convert

RGB6638124-
CMYK0.470.6900.51
HSL259.53º53.09%31.76%-
HSV(B)259.53º69.35%48.63%-
XYZ6.58419.49-
YUV56.18166.28135.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 124 (48.83% from 255) = 54.39%
R=28.95%
G=16.67%
B=54.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66381240.470.6900.51259.5353.0931.76
Hex42267C2F450331043520
Octal10246174571050634046540
Binary1000010100110111110010111110001010110011100000100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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