#41266A

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

Shades of Christalle #41266A

Tints of Christalle #41266A

Color information

#41266A (or 0x41266A) is unknown color: approx Christalle. HEX triplet: 41, 26 and 6A. RGB value is (65,38,106). Sum of RGB (Red+Green+Blue) = 65+38+106=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #41266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41266A is #BED995. Grayscale: #353535. Windows color (decimal): -12507542 or 6956609. OLE color: 6956609.

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

Color convert

RGB6538106-
CMYK0.390.6400.58
HSL263.82º47.22%28.24%-
HSV(B)263.82º64.15%41.57%-
XYZ5.473.5514.03-
YUV53.82157.45135.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 106 (41.80% from 255) = 50.72%
R=31.10%
G=18.18%
B=50.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65381060.390.6400.58263.8247.2228.24
Hex41266A274003A1082f1c
Octal10146152471000724105734
Binary100000110011011010101001111000000011101010000100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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