#412268

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

Shades of Christalle #412268

Tints of Christalle #412268

Color information

#412268 (or 0x412268) is unknown color: approx Christalle. HEX triplet: 41, 22 and 68. RGB value is (65,34,104). Sum of RGB (Red+Green+Blue) = 65+34+104=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #412268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412268 is #BEDD97. Grayscale: #333333. Windows color (decimal): -12508568 or 6824513. OLE color: 6824513.

HSL color Cylindrical-coordinate representation of color #412268: hue angle of 266.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #412268 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6534104-
CMYK0.380.6700.59
HSL266.57º50.72%27.06%-
HSV(B)266.57º67.31%40.78%-
XYZ5.253.2713.45-
YUV51.25157.77137.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=32.02%
G=16.75%
B=51.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65341040.380.6700.59266.5750.7227.06
Hex412268264303B10b331b
Octal10142150461030734136333
Binary100000110001011010001001101000011011101110000101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412268; }

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

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

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

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

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

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

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

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