#290259

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

Shades of Christalle #290259

Tints of Christalle #290259

Color information

#290259 (or 0x290259) is unknown color: approx Christalle. HEX triplet: 29, 02 and 59. RGB value is (41,2,89). Sum of RGB (Red+Green+Blue) = 41+2+89=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #290259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290259 is #D6FDA6. Grayscale: #171717. Windows color (decimal): -14089639 or 5833257. OLE color: 5833257.

HSL color Cylindrical-coordinate representation of color #290259: hue angle of 266.9º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290259 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB41289-
CMYK0.540.9800.65
HSL266.9º95.6%17.84%-
HSV(B)266.9º97.75%34.9%-
XYZ2.741.249.55-
YUV23.58164.92140.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 89 (35.16% from 255) = 67.42%
R=31.06%
G=1.52%
B=67.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal412890.540.9800.65266.995.617.84
Hex29259366204110b6012
Octal51213166142010141314022
Binary101001101011001110110110001001000001100001011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290259; }

 p { color: rgb(41,2,89); }

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

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

 a { background-color: rgb(41,2,89); }

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

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

 span { border-color: rgb(41,2,89); }

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