#412563

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

Shades of Christalle #412563

Tints of Christalle #412563

Color information

#412563 (or 0x412563) is unknown color: approx Christalle. HEX triplet: 41, 25 and 63. RGB value is (65,37,99). Sum of RGB (Red+Green+Blue) = 65+37+99=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #412563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412563 is #BEDA9C. Grayscale: #343434. Windows color (decimal): -12507805 or 6497601. OLE color: 6497601.

HSL color Cylindrical-coordinate representation of color #412563: hue angle of 267.1º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412563 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB653799-
CMYK0.340.6300.61
HSL267.1º45.59%26.67%-
HSV(B)267.1º62.63%38.82%-
XYZ5.093.3512.18-
YUV52.44154.28136.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=32.34%
G=18.41%
B=49.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6537990.340.6300.61267.145.5926.67
Hex412563223F03D10b2e1b
Octal1014514342770754135633
Binary10000011001011100011100010111111011110110000101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412563; }

 p { color: rgb(65,37,99); }

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

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

 a { background-color: rgb(65,37,99); }

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

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

 span { border-color: rgb(65,37,99); }

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