#291161

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

Shades of Christalle #291161

Tints of Christalle #291161

Color information

#291161 (or 0x291161) is unknown color: approx Christalle. HEX triplet: 29, 11 and 61. RGB value is (41,17,97). Sum of RGB (Red+Green+Blue) = 41+17+97=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #291161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291161 is #D6EE9E. Grayscale: #212121. Windows color (decimal): -14085791 or 6361385. OLE color: 6361385.

HSL color Cylindrical-coordinate representation of color #291161: hue angle of 258º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291161 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB411797-
CMYK0.580.8200.62
HSL258º70.18%22.35%-
HSV(B)258º82.47%38.04%-
XYZ3.271.7411.47-
YUV33.3163.95133.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 17 (7.03% from 255) = 10.97%
BLUE value IS 97 (38.28% from 255) = 62.58%
R=26.45%
G=10.97%
B=62.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4117970.580.8200.6225870.1822.35
Hex2911613A5203E1024616
Octal51211417212207640210626
Binary10100110001110000111101010100100111110100000010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291161; }

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

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

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

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

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

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

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

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