#41258A

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

Shades of Windsor #41258A

Tints of Windsor #41258A

Color information

#41258A (or 0x41258A) is unknown color: approx Windsor. HEX triplet: 41, 25 and 8A. RGB value is (65,37,138). Sum of RGB (Red+Green+Blue) = 65+37+138=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #41258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41258A is #BEDA75. Grayscale: #383838. Windows color (decimal): -12507766 or 9053505. OLE color: 9053505.

HSL color Cylindrical-coordinate representation of color #41258A: hue angle of 256.63º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41258A is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6537138-
CMYK0.530.7300.46
HSL256.63º57.71%34.31%-
HSV(B)256.63º73.19%54.12%-
XYZ7.434.2824.48-
YUV56.89173.78133.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=27.08%
G=15.42%
B=57.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65371380.530.7300.46256.6357.7134.31
Hex41258A354902E1013a22
Octal10145212651110564017242
Binary10000011001011000101011010110010010101110100000001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,37,138); }

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

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

 a { background-color: rgb(65,37,138); }

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

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

 span { border-color: rgb(65,37,138); }

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