#412968

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

Shades of Christalle #412968

Tints of Christalle #412968

Color information

#412968 (or 0x412968) is unknown color: approx Christalle. HEX triplet: 41, 29 and 68. RGB value is (65,41,104). Sum of RGB (Red+Green+Blue) = 65+41+104=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #412968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412968 is #BED697. Grayscale: #373737. Windows color (decimal): -12506776 or 6826305. OLE color: 6826305.

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

Color convert

RGB6541104-
CMYK0.380.6100.59
HSL262.86º43.45%28.43%-
HSV(B)262.86º60.58%40.78%-
XYZ5.473.7113.52-
YUV55.36155.45134.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=30.95%
G=19.52%
B=49.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65411040.380.6100.59262.8643.4528.43
Hex412968263D03B1072b1c
Octal1015115046750734075334
Binary10000011010011101000100110111101011101110000011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412968; }

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

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

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

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

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

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

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

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