#291263

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

Shades of Christalle #291263

Tints of Christalle #291263

Color information

#291263 (or 0x291263) is unknown color: approx Christalle. HEX triplet: 29, 12 and 63. RGB value is (41,18,99). Sum of RGB (Red+Green+Blue) = 41+18+99=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #291263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291263 is #D6ED9C. Grayscale: #212121. Windows color (decimal): -14085533 or 6492713. OLE color: 6492713.

HSL color Cylindrical-coordinate representation of color #291263: hue angle of 257.04º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291263 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB411899-
CMYK0.590.8200.61
HSL257.04º69.23%22.94%-
HSV(B)257.04º81.82%38.82%-
XYZ3.381.811.97-
YUV34.11164.62132.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 99 (39.06% from 255) = 62.66%
R=25.95%
G=11.39%
B=62.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4118990.590.8200.61257.0469.2322.94
Hex2912633B5203D1014517
Octal51221437312207540110527
Binary10100110010110001111101110100100111101100000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291263; }

 p { color: rgb(41,18,99); }

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

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

 a { background-color: rgb(41,18,99); }

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

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

 span { border-color: rgb(41,18,99); }

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