#291365

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

Shades of Christalle #291365

Tints of Christalle #291365

Color information

#291365 (or 0x291365) is unknown color: approx Christalle. HEX triplet: 29, 13 and 65. RGB value is (41,19,101). Sum of RGB (Red+Green+Blue) = 41+19+101=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #291365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291365 is #D6EC9A. Grayscale: #222222. Windows color (decimal): -14085275 or 6624041. OLE color: 6624041.

HSL color Cylindrical-coordinate representation of color #291365: hue angle of 256.1º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291365 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4119101-
CMYK0.590.8100.60
HSL256.1º68.33%23.53%-
HSV(B)256.1º81.19%39.61%-
XYZ3.51.8812.49-
YUV34.93165.29132.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 101 (39.84% from 255) = 62.73%
R=25.47%
G=11.80%
B=62.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41191010.590.8100.60256.168.3323.53
Hex2913653B5103C1004418
Octal51231457312107440010430
Binary10100110011110010111101110100010111100100000000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291365; }

 p { color: rgb(41,19,101); }

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

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

 a { background-color: rgb(41,19,101); }

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

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

 span { border-color: rgb(41,19,101); }

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