#41095D

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

Shades of Christalle #41095D

Tints of Christalle #41095D

Color information

#41095D (or 0x41095D) is unknown color: approx Christalle. HEX triplet: 41, 09 and 5D. RGB value is (65,9,93). Sum of RGB (Red+Green+Blue) = 65+9+93=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #41095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41095D is #BEF6A2. Grayscale: #232323. Windows color (decimal): -12514979 or 6097217. OLE color: 6097217.

HSL color Cylindrical-coordinate representation of color #41095D: hue angle of 280º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41095D is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB65993-
CMYK0.300.9000.64
HSL280º82.35%20%-
HSV(B)280º90.32%36.47%-
XYZ4.252.1110.54-
YUV35.32160.55149.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=38.92%
G=5.39%
B=55.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal659930.300.9000.6428082.3520
Hex4195D1E5A0401185214
Octal1011113536132010043012224
Binary10000011001101110111110101101001000000100011000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41095D; }

 p { color: rgb(65,9,93); }

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

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

 a { background-color: rgb(65,9,93); }

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

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

 span { border-color: rgb(65,9,93); }

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