#412382

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

Shades of Windsor #412382

Tints of Windsor #412382

Color information

#412382 (or 0x412382) is unknown color: approx Windsor. HEX triplet: 41, 23 and 82. RGB value is (65,35,130). Sum of RGB (Red+Green+Blue) = 65+35+130=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #412382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412382 is #BEDC7D. Grayscale: #363636. Windows color (decimal): -12508286 or 8528705. OLE color: 8528705.

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

Color convert

RGB6535130-
CMYK0.500.7300.49
HSL258.95º57.58%32.35%-
HSV(B)258.95º73.08%50.98%-
XYZ6.813.9421.52-
YUV54.8170.44135.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=28.26%
G=15.22%
B=56.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65351300.500.7300.49258.9557.5832.35
Hex41238232490311033a20
Octal10143202621110614037240
Binary10000011000111000001011001010010010110001100000011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412382; }

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

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

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

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

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

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

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

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