#41307F

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

Shades of Windsor #41307F

Tints of Windsor #41307F

Color information

#41307F (or 0x41307F) is unknown color: approx Windsor. HEX triplet: 41, 30 and 7F. RGB value is (65,48,127). Sum of RGB (Red+Green+Blue) = 65+48+127=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #41307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41307F is #BECF80. Grayscale: #3D3D3D. Windows color (decimal): -12504961 or 8335425. OLE color: 8335425.

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

Color convert

RGB6548127-
CMYK0.490.6200.50
HSL252.91º45.14%34.31%-
HSV(B)252.91º62.2%49.8%-
XYZ7.074.7720.63-
YUV62.09164.63130.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 127 (50% from 255) = 52.92%
R=27.08%
G=20%
B=52.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65481270.490.6200.50252.9145.1434.31
Hex41307F313E032fd2d22
Octal1016017761760623755542
Binary10000011100001111111110001111110011001011111101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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