#41237F

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

Shades of Windsor #41237F

Tints of Windsor #41237F

Color information

#41237F (or 0x41237F) is unknown color: approx Windsor. HEX triplet: 41, 23 and 7F. RGB value is (65,35,127). Sum of RGB (Red+Green+Blue) = 65+35+127=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #41237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41237F is #BEDC80. Grayscale: #363636. Windows color (decimal): -12508289 or 8332097. OLE color: 8332097.

HSL color Cylindrical-coordinate representation of color #41237F: hue angle of 259.57º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41237F is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6535127-
CMYK0.490.7200.50
HSL259.57º56.79%31.76%-
HSV(B)259.57º72.44%49.8%-
XYZ6.613.8620.47-
YUV54.46168.94135.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 127 (50% from 255) = 55.95%
R=28.63%
G=15.42%
B=55.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65351270.490.7200.50259.5756.7931.76
Hex41237F31480321043920
Octal10143177611100624047140
Binary1000001100011111111111000110010000110010100000100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41237F; }

 p { color: rgb(65,35,127); }

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

<style>
 a { background-color: #41237F; }

 a { background-color: rgb(65,35,127); }

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

<style>
 span { border-color: #41237F; }

 span { border-color: rgb(65,35,127); }

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