#412264

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

Shades of Christalle #412264

Tints of Christalle #412264

Color information

#412264 (or 0x412264) is unknown color: approx Christalle. HEX triplet: 41, 22 and 64. RGB value is (65,34,100). Sum of RGB (Red+Green+Blue) = 65+34+100=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #412264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412264 is #BEDD9B. Grayscale: #323232. Windows color (decimal): -12508572 or 6562369. OLE color: 6562369.

HSL color Cylindrical-coordinate representation of color #412264: hue angle of 268.18º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412264 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6534100-
CMYK0.350.6600.61
HSL268.18º49.25%26.27%-
HSV(B)268.18º66%39.22%-
XYZ5.053.1912.41-
YUV50.79155.77138.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 100 (39.45% from 255) = 50.25%
R=32.66%
G=17.09%
B=50.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65341000.350.6600.61268.1849.2526.27
Hex412264234203D10c311a
Octal10142144431020754146132
Binary100000110001011001001000111000010011110110000110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412264; }

 p { color: rgb(65,34,100); }

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

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

 a { background-color: rgb(65,34,100); }

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

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

 span { border-color: rgb(65,34,100); }

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