#412369

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

Shades of Christalle #412369

Tints of Christalle #412369

Color information

#412369 (or 0x412369) is unknown color: approx Christalle. HEX triplet: 41, 23 and 69. RGB value is (65,35,105). Sum of RGB (Red+Green+Blue) = 65+35+105=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #412369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412369 is #BEDC96. Grayscale: #333333. Windows color (decimal): -12508311 or 6890305. OLE color: 6890305.

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

Color convert

RGB6535105-
CMYK0.380.6700.59
HSL265.71º50%27.45%-
HSV(B)265.71º66.67%41.18%-
XYZ5.333.3513.73-
YUV51.95157.94137.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=31.71%
G=17.07%
B=51.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65351050.380.6700.59265.715027.45
Hex412369264303B10a321b
Octal10143151461030734126233
Binary100000110001111010011001101000011011101110000101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412369; }

 p { color: rgb(65,35,105); }

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

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

 a { background-color: rgb(65,35,105); }

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

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

 span { border-color: rgb(65,35,105); }

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