#40217A

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

Shades of Windsor #40217A

Tints of Windsor #40217A

Color information

#40217A (or 0x40217A) is unknown color: approx Windsor. HEX triplet: 40, 21 and 7A. RGB value is (64,33,122). Sum of RGB (Red+Green+Blue) = 64+33+122=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #40217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40217A is #BFDE85. Grayscale: #343434. Windows color (decimal): -12574342 or 8003904. OLE color: 8003904.

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

Color convert

RGB6433122-
CMYK0.480.7300.52
HSL260.9º57.42%30.39%-
HSV(B)260.9º72.95%47.84%-
XYZ6.173.5818.78-
YUV52.42167.27136.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=29.22%
G=15.07%
B=55.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64331220.480.7300.52260.957.4230.39
Hex40217A3049034105391e
Octal10041172601110644057136
Binary100000010000111110101100001001001011010010000010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,33,122); }

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

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

 a { background-color: rgb(64,33,122); }

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

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

 span { border-color: rgb(64,33,122); }

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