#411968

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

Shades of Christalle #411968

Tints of Christalle #411968

Color information

#411968 (or 0x411968) is unknown color: approx Christalle. HEX triplet: 41, 19 and 68. RGB value is (65,25,104). Sum of RGB (Red+Green+Blue) = 65+25+104=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #411968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411968 is #BEE697. Grayscale: #2D2D2D. Windows color (decimal): -12510872 or 6822209. OLE color: 6822209.

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

Color convert

RGB6525104-
CMYK0.380.7600.59
HSL270.38º61.24%25.29%-
HSV(B)270.38º75.96%40.78%-
XYZ5.032.8213.38-
YUV45.97160.75141.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 104 (41.02% from 255) = 53.61%
R=33.51%
G=12.89%
B=53.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65251040.380.7600.59270.3861.2425.29
Hex411968264C03B10e3d19
Octal10131150461140734167531
Binary10000011100111010001001101001100011101110000111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411968; }

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

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

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

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

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

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

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

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