#412165

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

Shades of Christalle #412165

Tints of Christalle #412165

Color information

#412165 (or 0x412165) is unknown color: approx Christalle. HEX triplet: 41, 21 and 65. RGB value is (65,33,101). Sum of RGB (Red+Green+Blue) = 65+33+101=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #412165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412165 is #BEDE9A. Grayscale: #323232. Windows color (decimal): -12508827 or 6627649. OLE color: 6627649.

HSL color Cylindrical-coordinate representation of color #412165: hue angle of 268.24º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #412165 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6533101-
CMYK0.360.6700.60
HSL268.24º50.75%26.27%-
HSV(B)268.24º67.33%39.61%-
XYZ5.073.1512.65-
YUV50.32156.6138.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 101 (39.84% from 255) = 50.75%
R=32.66%
G=16.58%
B=50.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65331010.360.6700.60268.2450.7526.27
Hex412165244303C10c331a
Octal10141145441030744146332
Binary100000110000111001011001001000011011110010000110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412165; }

 p { color: rgb(65,33,101); }

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

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

 a { background-color: rgb(65,33,101); }

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

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

 span { border-color: rgb(65,33,101); }

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