#41267C

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

Shades of Windsor #41267C

Tints of Windsor #41267C

Color information

#41267C (or 0x41267C) is unknown color: approx Windsor. HEX triplet: 41, 26 and 7C. RGB value is (65,38,124). Sum of RGB (Red+Green+Blue) = 65+38+124=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #41267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41267C is #BED983. Grayscale: #373737. Windows color (decimal): -12507524 or 8136257. OLE color: 8136257.

HSL color Cylindrical-coordinate representation of color #41267C: hue angle of 258.84º 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 #41267C is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6538124-
CMYK0.480.6900.51
HSL258.84º53.09%31.76%-
HSV(B)258.84º69.35%48.63%-
XYZ6.513.9719.49-
YUV55.88166.45134.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=28.63%
G=16.74%
B=54.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65381240.480.6900.51258.8453.0931.76
Hex41267C30450331033520
Octal10146174601050634036540
Binary1000001100110111110011000010001010110011100000011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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