#290156

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

Shades of Christalle #290156

Tints of Christalle #290156

Color information

#290156 (or 0x290156) is unknown color: approx Christalle. HEX triplet: 29, 01 and 56. RGB value is (41,1,86). Sum of RGB (Red+Green+Blue) = 41+1+86=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #290156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290156 is #D6FEA9. Grayscale: #161616. Windows color (decimal): -14089898 or 5636393. OLE color: 5636393.

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

Color convert

RGB41186-
CMYK0.520.9900.66
HSL268.24º97.7%17.06%-
HSV(B)268.24º98.84%33.73%-
XYZ2.611.178.89-
YUV22.65163.75141.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 86 (33.98% from 255) = 67.19%
R=32.03%
G=0.78%
B=67.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal411860.520.9900.66268.2497.717.06
Hex29156346304210c6211
Octal51112664143010241414221
Binary10100111010110110100110001101000010100001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290156; }

 p { color: rgb(41,1,86); }

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

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

 a { background-color: rgb(41,1,86); }

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

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

 span { border-color: rgb(41,1,86); }

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