#412469

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

Shades of Christalle #412469

Tints of Christalle #412469

Color information

#412469 (or 0x412469) is unknown color: approx Christalle. HEX triplet: 41, 24 and 69. RGB value is (65,36,105). Sum of RGB (Red+Green+Blue) = 65+36+105=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #412469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412469 is #BEDB96. Grayscale: #343434. Windows color (decimal): -12508055 or 6890561. OLE color: 6890561.

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

Color convert

RGB6536105-
CMYK0.380.6600.59
HSL265.22º48.94%27.65%-
HSV(B)265.22º65.71%41.18%-
XYZ5.363.4113.74-
YUV52.54157.61136.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=31.55%
G=17.48%
B=50.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65361050.380.6600.59265.2248.9427.65
Hex412469264203B109311c
Octal10144151461020734116134
Binary100000110010011010011001101000010011101110000100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412469; }

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

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

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

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

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

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

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

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