#291361

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

Shades of Christalle #291361

Tints of Christalle #291361

Color information

#291361 (or 0x291361) is unknown color: approx Christalle. HEX triplet: 29, 13 and 61. RGB value is (41,19,97). Sum of RGB (Red+Green+Blue) = 41+19+97=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #291361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291361 is #D6EC9E. Grayscale: #222222. Windows color (decimal): -14085279 or 6361897. OLE color: 6361897.

HSL color Cylindrical-coordinate representation of color #291361: hue angle of 256.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291361 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB411997-
CMYK0.580.8000.62
HSL256.92º67.24%22.75%-
HSV(B)256.92º80.41%38.04%-
XYZ3.31.811.48-
YUV34.47163.29132.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 97 (38.28% from 255) = 61.78%
R=26.11%
G=12.10%
B=61.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4119970.580.8000.62256.9267.2422.75
Hex2913613A5003E1014317
Octal51231417212007640110327
Binary10100110011110000111101010100000111110100000001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291361; }

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

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

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

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

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

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

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

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