#41277B

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

Shades of Windsor #41277B

Tints of Windsor #41277B

Color information

#41277B (or 0x41277B) is unknown color: approx Windsor. HEX triplet: 41, 27 and 7B. RGB value is (65,39,123). Sum of RGB (Red+Green+Blue) = 65+39+123=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #41277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41277B is #BED884. Grayscale: #383838. Windows color (decimal): -12507269 or 8070977. OLE color: 8070977.

HSL color Cylindrical-coordinate representation of color #41277B: hue angle of 258.57º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41277B is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6539123-
CMYK0.470.6800.52
HSL258.57º51.85%31.76%-
HSV(B)258.57º68.29%48.24%-
XYZ6.48419.17-
YUV56.35165.61134.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=28.63%
G=17.18%
B=54.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65391230.470.6800.52258.5751.8531.76
Hex41277B2F440341033420
Octal10147173571040644036440
Binary1000001100111111101110111110001000110100100000011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41277B; }

 p { color: rgb(65,39,123); }

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

<style>
 a { background-color: #41277B; }

 a { background-color: rgb(65,39,123); }

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

<style>
 span { border-color: #41277B; }

 span { border-color: rgb(65,39,123); }

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