#412A68

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

Shades of Christalle #412A68

Tints of Christalle #412A68

Color information

#412A68 (or 0x412A68) is unknown color: approx Christalle. HEX triplet: 41, 2A and 68. RGB value is (65,42,104). Sum of RGB (Red+Green+Blue) = 65+42+104=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #412A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412A68 is #BED597. Grayscale: #373737. Windows color (decimal): -12506520 or 6826561. OLE color: 6826561.

HSL color Cylindrical-coordinate representation of color #412A68: hue angle of 262.26º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412A68 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6542104-
CMYK0.380.6000.59
HSL262.26º42.47%28.63%-
HSV(B)262.26º59.62%40.78%-
XYZ5.513.7813.54-
YUV55.94155.12134.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=30.81%
G=19.91%
B=49.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65421040.380.6000.59262.2642.4728.63
Hex412A68263C03B1062a1d
Octal1015215046740734065235
Binary10000011010101101000100110111100011101110000011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412A68; }

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

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

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

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

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

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

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

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