#411068

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

Shades of Christalle #411068

Tints of Christalle #411068

Color information

#411068 (or 0x411068) is unknown color: approx Christalle. HEX triplet: 41, 10 and 68. RGB value is (65,16,104). Sum of RGB (Red+Green+Blue) = 65+16+104=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #411068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411068 is #BEEF97. Grayscale: #282828. Windows color (decimal): -12513176 or 6819905. OLE color: 6819905.

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

Color convert

RGB6516104-
CMYK0.380.8500.59
HSL273.41º73.33%23.53%-
HSV(B)273.41º84.62%40.78%-
XYZ4.862.4913.32-
YUV40.68163.73145.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=35.14%
G=8.65%
B=56.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65161040.380.8500.59273.4173.3323.53
Hex411068265503B1114918
Octal101201504612507342111130
Binary100000110000110100010011010101010111011100010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411068; }

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

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

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

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

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

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

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

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