#413082

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

Shades of Windsor #413082

Tints of Windsor #413082

Color information

#413082 (or 0x413082) is unknown color: approx Windsor. HEX triplet: 41, 30 and 82. RGB value is (65,48,130). Sum of RGB (Red+Green+Blue) = 65+48+130=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #413082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413082 is #BECF7D. Grayscale: #3E3E3E. Windows color (decimal): -12504958 or 8532033. OLE color: 8532033.

HSL color Cylindrical-coordinate representation of color #413082: hue angle of 252.44º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #413082 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6548130-
CMYK0.500.6300.49
HSL252.44º46.07%34.9%-
HSV(B)252.44º63.08%50.98%-
XYZ7.274.8521.67-
YUV62.43166.13129.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 130 (51.17% from 255) = 53.50%
R=26.75%
G=19.75%
B=53.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65481300.500.6300.49252.4446.0734.9
Hex413082323F031fc2e23
Octal1016020262770613745643
Binary100000111000010000010110010111111011000111111100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413082; }

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

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

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

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

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

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

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

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