#41106A

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

Shades of Christalle #41106A

Tints of Christalle #41106A

Color information

#41106A (or 0x41106A) is unknown color: approx Christalle. HEX triplet: 41, 10 and 6A. RGB value is (65,16,106). Sum of RGB (Red+Green+Blue) = 65+16+106=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #41106A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41106A is #BEEF95. Grayscale: #282828. Windows color (decimal): -12513174 or 6950977. OLE color: 6950977.

HSL color Cylindrical-coordinate representation of color #41106A: hue angle of 272.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41106A is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6516106-
CMYK0.390.8500.58
HSL272.67º73.77%23.92%-
HSV(B)272.67º84.91%41.57%-
XYZ4.972.5413.86-
YUV40.91164.73145.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 106 (41.80% from 255) = 56.68%
R=34.76%
G=8.56%
B=56.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65161060.390.8500.58272.6773.7723.92
Hex41106A275503A1114a18
Octal101201524712507242111230
Binary100000110000110101010011110101010111010100010001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41106A; }

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

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

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

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

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

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

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

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