#412068

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

Shades of Christalle #412068

Tints of Christalle #412068

Color information

#412068 (or 0x412068) is unknown color: approx Christalle. HEX triplet: 41, 20 and 68. RGB value is (65,32,104). Sum of RGB (Red+Green+Blue) = 65+32+104=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #412068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412068 is #BEDF97. Grayscale: #313131. Windows color (decimal): -12509080 or 6824001. OLE color: 6824001.

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

Color convert

RGB6532104-
CMYK0.380.6900.59
HSL267.5º52.94%26.67%-
HSV(B)267.5º69.23%40.78%-
XYZ5.23.1613.43-
YUV50.08158.43138.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 104 (41.02% from 255) = 51.74%
R=32.34%
G=15.92%
B=51.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65321040.380.6900.59267.552.9426.67
Hex412068264503B10c351b
Octal10140150461050734146533
Binary100000110000011010001001101000101011101110000110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412068; }

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

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

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

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

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

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

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

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