#413073

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

Shades of Windsor #413073

Tints of Windsor #413073

Color information

#413073 (or 0x413073) is unknown color: approx Windsor. HEX triplet: 41, 30 and 73. RGB value is (65,48,115). Sum of RGB (Red+Green+Blue) = 65+48+115=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #413073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413073 is #BECF8C. Grayscale: #3C3C3C. Windows color (decimal): -12504973 or 7548993. OLE color: 7548993.

HSL color Cylindrical-coordinate representation of color #413073: hue angle of 255.22º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413073 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6548115-
CMYK0.430.5800.55
HSL255.22º41.1%31.96%-
HSV(B)255.22º58.26%45.1%-
XYZ6.334.4816.75-
YUV60.72158.63131.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=28.51%
G=21.05%
B=50.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65481150.430.5800.55255.2241.131.96
Hex4130732B3A037ff2920
Octal1016016353720673775140
Binary10000011100001110011101011111010011011111111111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413073; }

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

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

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

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

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

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

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

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