#412263

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

Shades of Christalle #412263

Tints of Christalle #412263

Color information

#412263 (or 0x412263) is unknown color: approx Christalle. HEX triplet: 41, 22 and 63. RGB value is (65,34,99). Sum of RGB (Red+Green+Blue) = 65+34+99=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #412263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412263 is #BEDD9C. Grayscale: #323232. Windows color (decimal): -12508573 or 6496833. OLE color: 6496833.

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

Color convert

RGB653499-
CMYK0.340.6600.61
HSL268.62º48.87%26.08%-
HSV(B)268.62º65.66%38.82%-
XYZ53.1712.15-
YUV50.68155.27138.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 99 (39.06% from 255) = 50%
R=32.83%
G=17.17%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6534990.340.6600.61268.6248.8726.08
Hex412263224203D10d311a
Octal10142143421020754156132
Binary100000110001011000111000101000010011110110000110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412263; }

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

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

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

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

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

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

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

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