#41248d

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

Shades of Windsor #41248D

Tints of Windsor #41248D

Color information

#41248D (or 0x41248D) is unknown color: approx Windsor. HEX triplet: 41, 24 and 8D. RGB value is (65,36,141). Sum of RGB (Red+Green+Blue) = 65+36+141=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #41248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41248D is #BEDB72. Grayscale: #383838. Windows color (decimal): -12508019 or 9249857. OLE color: 9249857.

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

Color convert

RGB6536141-
CMYK0.540.7400.45
HSL256.57º59.32%34.71%-
HSV(B)256.57º74.47%55.29%-
XYZ7.624.3125.63-
YUV56.64175.61133.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 141 (55.47% from 255) = 58.26%
R=26.86%
G=14.88%
B=58.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65361410.540.7400.45256.5759.3234.71
Hex41248D364A02D1013b23
Octal10144215661120554017343
Binary10000011001001000110111011010010100101101100000001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41248d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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