#41228E

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

Shades of Windsor #41228E

Tints of Windsor #41228E

Color information

#41228E (or 0x41228E) is unknown color: approx Windsor. HEX triplet: 41, 22 and 8E. RGB value is (65,34,142). Sum of RGB (Red+Green+Blue) = 65+34+142=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #41228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41228E is #BEDD71. Grayscale: #373737. Windows color (decimal): -12508530 or 9314881. OLE color: 9314881.

HSL color Cylindrical-coordinate representation of color #41228E: hue angle of 257.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41228E is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6534142-
CMYK0.540.7600.44
HSL257.22º61.36%34.51%-
HSV(B)257.22º76.06%55.69%-
XYZ7.634.2226-
YUV55.58176.77134.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 34 (13.67% from 255) = 14.11%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=26.97%
G=14.11%
B=58.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65341420.540.7600.44257.2261.3634.51
Hex41228E364C02C1013d23
Octal10142216661140544017543
Binary10000011000101000111011011010011000101100100000001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41228E; }

 p { color: rgb(65,34,142); }

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

<style>
 a { background-color: #41228E; }

 a { background-color: rgb(65,34,142); }

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

<style>
 span { border-color: #41228E; }

 span { border-color: rgb(65,34,142); }

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