#41136D

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

Shades of Christalle #41136D

Tints of Christalle #41136D

Color information

#41136D (or 0x41136D) is unknown color: approx Christalle. HEX triplet: 41, 13 and 6D. RGB value is (65,19,109). Sum of RGB (Red+Green+Blue) = 65+19+109=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #41136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41136D is #BEEC92. Grayscale: #2A2A2A. Windows color (decimal): -12512403 or 7148353. OLE color: 7148353.

HSL color Cylindrical-coordinate representation of color #41136D: hue angle of 270.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41136D is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6519109-
CMYK0.400.8300.57
HSL270.67º70.31%25.1%-
HSV(B)270.67º82.57%42.75%-
XYZ5.172.6914.72-
YUV43.01165.24143.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 109 (42.97% from 255) = 56.48%
R=33.68%
G=9.84%
B=56.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65191090.400.8300.57270.6770.3125.1
Hex41136D285303910f4619
Octal101231555012307141710631
Binary100000110011110110110100010100110111001100001111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41136D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,19,109); }

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

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

 a { background-color: rgb(65,19,109); }

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

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

 span { border-color: rgb(65,19,109); }

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