#42267A

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

Shades of Windsor #42267A

Tints of Windsor #42267A

Color information

#42267A (or 0x42267A) is unknown color: approx Windsor. HEX triplet: 42, 26 and 7A. RGB value is (66,38,122). Sum of RGB (Red+Green+Blue) = 66+38+122=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #42267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42267A is #BDD985. Grayscale: #373737. Windows color (decimal): -12441990 or 8005186. OLE color: 8005186.

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

Color convert

RGB6638122-
CMYK0.460.6900.52
HSL260º52.5%31.37%-
HSV(B)260º68.85%47.84%-
XYZ6.453.9518.83-
YUV55.95165.28135.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=29.20%
G=16.81%
B=53.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66381220.460.6900.5226052.531.37
Hex42267A2E45034104341f
Octal10246172561050644046437
Binary100001010011011110101011101000101011010010000010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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