#412668

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

Shades of Christalle #412668

Tints of Christalle #412668

Color information

#412668 (or 0x412668) is unknown color: approx Christalle. HEX triplet: 41, 26 and 68. RGB value is (65,38,104). Sum of RGB (Red+Green+Blue) = 65+38+104=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #412668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412668 is #BED997. Grayscale: #353535. Windows color (decimal): -12507544 or 6825537. OLE color: 6825537.

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

Color convert

RGB6538104-
CMYK0.380.6300.59
HSL264.55º46.48%27.84%-
HSV(B)264.55º63.46%40.78%-
XYZ5.373.5113.49-
YUV53.6156.45136.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=31.40%
G=18.36%
B=50.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65381040.380.6300.59264.5546.4827.84
Hex412668263F03B1092e1c
Octal1014615046770734115634
Binary10000011001101101000100110111111011101110000100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412668; }

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

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

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

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

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

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

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

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