#41307A

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

Shades of Windsor #41307A

Tints of Windsor #41307A

Color information

#41307A (or 0x41307A) is unknown color: approx Windsor. HEX triplet: 41, 30 and 7A. RGB value is (65,48,122). Sum of RGB (Red+Green+Blue) = 65+48+122=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #41307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41307A is #BECF85. Grayscale: #3D3D3D. Windows color (decimal): -12504966 or 8007745. OLE color: 8007745.

HSL color Cylindrical-coordinate representation of color #41307A: hue angle of 253.78º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41307A is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6548122-
CMYK0.470.6100.52
HSL253.78º43.53%33.33%-
HSV(B)253.78º60.66%47.84%-
XYZ6.754.6418.95-
YUV61.52162.13130.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=27.66%
G=20.43%
B=51.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65481220.470.6100.52253.7843.5333.33
Hex41307A2F3D034fe2c21
Octal1016017257750643765441
Binary10000011100001111010101111111101011010011111110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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