#41307D

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

Shades of Windsor #41307D

Tints of Windsor #41307D

Color information

#41307D (or 0x41307D) is unknown color: approx Windsor. HEX triplet: 41, 30 and 7D. RGB value is (65,48,125). Sum of RGB (Red+Green+Blue) = 65+48+125=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #41307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41307D is #BECF82. Grayscale: #3D3D3D. Windows color (decimal): -12504963 or 8204353. OLE color: 8204353.

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

Color convert

RGB6548125-
CMYK0.480.6200.51
HSL253.25º44.51%33.92%-
HSV(B)253.25º61.6%49.02%-
XYZ6.944.7219.95-
YUV61.86163.63130.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.31%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 125 (49.22% from 255) = 52.52%
R=27.31%
G=20.17%
B=52.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65481250.480.6200.51253.2544.5133.92
Hex41307D303E033fd2d22
Octal1016017560760633755542
Binary10000011100001111101110000111110011001111111101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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