#41248A

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

Shades of Windsor #41248A

Tints of Windsor #41248A

Color information

#41248A (or 0x41248A) is unknown color: approx Windsor. HEX triplet: 41, 24 and 8A. RGB value is (65,36,138). Sum of RGB (Red+Green+Blue) = 65+36+138=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #41248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41248A is #BEDB75. Grayscale: #373737. Windows color (decimal): -12508022 or 9053249. OLE color: 9053249.

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

Color convert

RGB6536138-
CMYK0.530.7400.46
HSL257.06º58.62%34.12%-
HSV(B)257.06º73.91%54.12%-
XYZ7.44.2224.47-
YUV56.3174.11134.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 138 (54.30% from 255) = 57.74%
R=27.20%
G=15.06%
B=57.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65361380.530.7400.46257.0658.6234.12
Hex41248A354A02E1013b22
Octal10144212651120564017342
Binary10000011001001000101011010110010100101110100000001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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