#412975

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

Shades of Windsor #412975

Tints of Windsor #412975

Color information

#412975 (or 0x412975) is unknown color: approx Windsor. HEX triplet: 41, 29 and 75. RGB value is (65,41,117). Sum of RGB (Red+Green+Blue) = 65+41+117=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #412975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412975 is #BED68A. Grayscale: #383838. Windows color (decimal): -12506763 or 7678273. OLE color: 7678273.

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

Color convert

RGB6541117-
CMYK0.440.6500.54
HSL258.95º48.1%30.98%-
HSV(B)258.95º64.96%45.88%-
XYZ6.183.9917.27-
YUV56.84161.95133.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=29.15%
G=18.39%
B=52.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65411170.440.6500.54258.9548.130.98
Hex4129752C41036103301f
Octal10151165541010664036037
Binary100000110100111101011011001000001011011010000001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412975; }

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

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

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

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

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

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

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

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