#290257

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

Shades of Christalle #290257

Tints of Christalle #290257

Color information

#290257 (or 0x290257) is unknown color: approx Christalle. HEX triplet: 29, 02 and 57. RGB value is (41,2,87). Sum of RGB (Red+Green+Blue) = 41+2+87=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 87 (34.38% from 255 or 66.92% from 130); Max value from RGB is 87 - color contains mainly: blue. Hex color #290257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290257 is #D6FDA8. Grayscale: #171717. Windows color (decimal): -14089641 or 5702185. OLE color: 5702185.

HSL color Cylindrical-coordinate representation of color #290257: hue angle of 267.53º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290257 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB41287-
CMYK0.530.9800.66
HSL267.53º95.51%17.45%-
HSV(B)267.53º97.7%34.12%-
XYZ2.661.29.11-
YUV23.35163.92140.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 87 (34.38% from 255) = 66.92%
R=31.54%
G=1.54%
B=66.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal412870.530.9800.66267.5395.5117.45
Hex29257356204210c6011
Octal51212765142010241414021
Binary101001101010111110101110001001000010100001100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290257; }

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

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

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

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

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

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

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

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