#412184

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

Shades of Windsor #412184

Tints of Windsor #412184

Color information

#412184 (or 0x412184) is unknown color: approx Windsor. HEX triplet: 41, 21 and 84. RGB value is (65,33,132). Sum of RGB (Red+Green+Blue) = 65+33+132=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #412184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412184 is #BEDE7B. Grayscale: #353535. Windows color (decimal): -12508796 or 8659265. OLE color: 8659265.

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

Color convert

RGB6533132-
CMYK0.510.7500.48
HSL259.39º60%32.35%-
HSV(B)259.39º75%51.76%-
XYZ6.893.8822.22-
YUV53.85172.1135.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 33 (13.28% from 255) = 14.35%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=28.26%
G=14.35%
B=57.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65331320.510.7500.48259.396032.35
Hex412184334B0301033c20
Octal10141204631130604037440
Binary10000011000011000010011001110010110110000100000011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412184; }

 p { color: rgb(65,33,132); }

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

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

 a { background-color: rgb(65,33,132); }

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

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

 span { border-color: rgb(65,33,132); }

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