#42267D

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

Shades of Windsor #42267D

Tints of Windsor #42267D

Color information

#42267D (or 0x42267D) is unknown color: approx Windsor. HEX triplet: 42, 26 and 7D. RGB value is (66,38,125). Sum of RGB (Red+Green+Blue) = 66+38+125=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #42267D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42267D is #BDD982. Grayscale: #373737. Windows color (decimal): -12441987 or 8201794. OLE color: 8201794.

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

Color convert

RGB6638125-
CMYK0.470.7000.51
HSL259.31º53.37%31.96%-
HSV(B)259.31º69.6%49.02%-
XYZ6.644.0319.83-
YUV56.29166.78134.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=28.82%
G=16.59%
B=54.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66381250.470.7000.51259.3153.3731.96
Hex42267D2F460331033520
Octal10246175571060634036540
Binary1000010100110111110110111110001100110011100000011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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