#290F61

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

Shades of Christalle #290F61

Tints of Christalle #290F61

Color information

#290F61 (or 0x290F61) is unknown color: approx Christalle. HEX triplet: 29, 0F and 61. RGB value is (41,15,97). Sum of RGB (Red+Green+Blue) = 41+15+97=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #290F61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290F61 is #D6F09E. Grayscale: #1F1F1F. Windows color (decimal): -14086303 or 6360873. OLE color: 6360873.

HSL color Cylindrical-coordinate representation of color #290F61: hue angle of 259.02º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #290F61 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB411597-
CMYK0.580.8500.62
HSL259.02º73.21%21.96%-
HSV(B)259.02º84.54%38.04%-
XYZ3.241.6811.46-
YUV32.12164.61134.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.80%
GREEN value IS 15 (6.25% from 255) = 9.80%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=26.80%
G=9.80%
B=63.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4115970.580.8500.62259.0273.2121.96
Hex29F613A5503E1034916
Octal51171417212507640311126
Binary1010011111110000111101010101010111110100000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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