#41265B

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

Shades of Christalle #41265B

Tints of Christalle #41265B

Color information

#41265B (or 0x41265B) is unknown color: approx Christalle. HEX triplet: 41, 26 and 5B. RGB value is (65,38,91). Sum of RGB (Red+Green+Blue) = 65+38+91=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #41265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41265B is #BED9A4. Grayscale: #333333. Windows color (decimal): -12507557 or 5973569. OLE color: 5973569.

HSL color Cylindrical-coordinate representation of color #41265B: hue angle of 270.57º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41265B is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB653891-
CMYK0.290.5800.64
HSL270.57º41.09%25.29%-
HSV(B)270.57º58.24%35.69%-
XYZ4.763.2710.28-
YUV52.12149.95137.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=33.51%
G=19.59%
B=46.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6538910.290.5800.64270.5741.0925.29
Hex41265B1D3A04010f2919
Octal10146133357201004175131
Binary10000011001101011011111011110100100000010000111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41265B; }

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

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

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

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

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

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

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

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