#41248B

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

Shades of Windsor #41248B

Tints of Windsor #41248B

Color information

#41248B (or 0x41248B) is unknown color: approx Windsor. HEX triplet: 41, 24 and 8B. RGB value is (65,36,139). Sum of RGB (Red+Green+Blue) = 65+36+139=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #41248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41248B is #BEDB74. Grayscale: #383838. Windows color (decimal): -12508021 or 9118785. OLE color: 9118785.

HSL color Cylindrical-coordinate representation of color #41248B: hue angle of 256.89º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41248B is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6536139-
CMYK0.530.7400.45
HSL256.89º58.86%34.31%-
HSV(B)256.89º74.1%54.51%-
XYZ7.474.2524.85-
YUV56.41174.61134.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 139 (54.69% from 255) = 57.92%
R=27.08%
G=15%
B=57.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65361390.530.7400.45256.8958.8634.31
Hex41248B354A02D1013b22
Octal10144213651120554017342
Binary10000011001001000101111010110010100101101100000001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41248B; }

 p { color: rgb(65,36,139); }

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

<style>
 a { background-color: #41248B; }

 a { background-color: rgb(65,36,139); }

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

<style>
 span { border-color: #41248B; }

 span { border-color: rgb(65,36,139); }

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