#412678

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

Shades of Windsor #412678

Tints of Windsor #412678

Color information

#412678 (or 0x412678) is unknown color: approx Windsor. HEX triplet: 41, 26 and 78. RGB value is (65,38,120). Sum of RGB (Red+Green+Blue) = 65+38+120=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #412678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412678 is #BED987. Grayscale: #373737. Windows color (decimal): -12507528 or 7874113. OLE color: 7874113.

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

Color convert

RGB6538120-
CMYK0.460.6800.53
HSL259.76º51.9%30.98%-
HSV(B)259.76º68.33%47.06%-
XYZ6.263.8718.19-
YUV55.42164.45134.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=29.15%
G=17.04%
B=53.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65381200.460.6800.53259.7651.930.98
Hex4126782E44035104341f
Octal10146170561040654046437
Binary100000110011011110001011101000100011010110000010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412678; }

 p { color: rgb(65,38,120); }

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

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

 a { background-color: rgb(65,38,120); }

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

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

 span { border-color: rgb(65,38,120); }

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