#41257A

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

Shades of Windsor #41257A

Tints of Windsor #41257A

Color information

#41257A (or 0x41257A) is unknown color: approx Windsor. HEX triplet: 41, 25 and 7A. RGB value is (65,37,122). Sum of RGB (Red+Green+Blue) = 65+37+122=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #41257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41257A is #BEDA85. Grayscale: #363636. Windows color (decimal): -12507782 or 8004929. OLE color: 8004929.

HSL color Cylindrical-coordinate representation of color #41257A: hue angle of 259.76º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41257A is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6537122-
CMYK0.470.7000.52
HSL259.76º53.46%31.18%-
HSV(B)259.76º69.67%47.84%-
XYZ6.353.8518.82-
YUV55.06165.78135.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.02%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 122 (48.05% from 255) = 54.46%
R=29.02%
G=16.52%
B=54.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65371220.470.7000.52259.7653.4631.18
Hex41257A2F46034104351f
Octal10145172571060644046537
Binary100000110010111110101011111000110011010010000010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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