#41085F

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

Shades of Christalle #41085F

Tints of Christalle #41085F

Color information

#41085F (or 0x41085F) is unknown color: approx Christalle. HEX triplet: 41, 08 and 5F. RGB value is (65,8,95). Sum of RGB (Red+Green+Blue) = 65+8+95=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #41085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41085F is #BEF7A0. Grayscale: #222222. Windows color (decimal): -12515233 or 6228033. OLE color: 6228033.

HSL color Cylindrical-coordinate representation of color #41085F: hue angle of 279.31º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41085F is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB65895-
CMYK0.320.9200.63
HSL279.31º84.47%20.2%-
HSV(B)279.31º91.58%37.25%-
XYZ4.332.1211.01-
YUV34.96161.88149.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.69%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 95 (37.5% from 255) = 56.55%
R=38.69%
G=4.76%
B=56.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal658950.320.9200.63279.3184.4720.2
Hex4185F205C03F1175414
Octal101101374013407742712424
Binary10000011000101111110000010111000111111100010111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41085F; }

 p { color: rgb(65,8,95); }

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

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

 a { background-color: rgb(65,8,95); }

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

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

 span { border-color: rgb(65,8,95); }

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