#412675

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

Shades of Windsor #412675

Tints of Windsor #412675

Color information

#412675 (or 0x412675) is unknown color: approx Windsor. HEX triplet: 41, 26 and 75. RGB value is (65,38,117). Sum of RGB (Red+Green+Blue) = 65+38+117=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #412675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412675 is #BED98A. Grayscale: #363636. Windows color (decimal): -12507531 or 7677505. OLE color: 7677505.

HSL color Cylindrical-coordinate representation of color #412675: hue angle of 260.51º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412675 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6538117-
CMYK0.440.6800.54
HSL260.51º50.97%30.39%-
HSV(B)260.51º67.52%45.88%-
XYZ6.083.7917.24-
YUV55.08162.95135.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=29.55%
G=17.27%
B=53.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65381170.440.6800.54260.5150.9730.39
Hex4126752C44036105331e
Octal10146165541040664056336
Binary100000110011011101011011001000100011011010000010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412675; }

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

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

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

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

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

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

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

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