#290F63

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

Shades of Christalle #290F63

Tints of Christalle #290F63

Color information

#290F63 (or 0x290F63) is unknown color: approx Christalle. HEX triplet: 29, 0F and 63. RGB value is (41,15,99). Sum of RGB (Red+Green+Blue) = 41+15+99=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #290F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290F63 is #D6F09C. Grayscale: #202020. Windows color (decimal): -14086301 or 6491945. OLE color: 6491945.

HSL color Cylindrical-coordinate representation of color #290F63: hue angle of 258.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #290F63 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB411599-
CMYK0.590.8500.61
HSL258.57º73.68%22.35%-
HSV(B)258.57º84.85%38.82%-
XYZ3.341.7111.96-
YUV32.35165.61134.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 15 (6.25% from 255) = 9.68%
BLUE value IS 99 (39.06% from 255) = 63.87%
R=26.45%
G=9.68%
B=63.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4115990.590.8500.61258.5773.6822.35
Hex29F633B5503D1034a16
Octal51171437312507540311226
Binary1010011111110001111101110101010111101100000011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290F63; }

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

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

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

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

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

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

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

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