#290E5A

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

Shades of Christalle #290E5A

Tints of Christalle #290E5A

Color information

#290E5A (or 0x290E5A) is unknown color: approx Christalle. HEX triplet: 29, 0E and 5A. RGB value is (41,14,90). Sum of RGB (Red+Green+Blue) = 41+14+90=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #290E5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290E5A is #D6F1A5. Grayscale: #1E1E1E. Windows color (decimal): -14086566 or 5901865. OLE color: 5901865.

HSL color Cylindrical-coordinate representation of color #290E5A: hue angle of 261.32º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #290E5A is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB411490-
CMYK0.540.8400.65
HSL261.32º73.08%20.39%-
HSV(B)261.32º84.44%35.29%-
XYZ2.921.529.81-
YUV30.74161.45135.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 14 (5.86% from 255) = 9.66%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=28.28%
G=9.66%
B=62.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4114900.540.8400.65261.3273.0820.39
Hex29E5A36540411054914
Octal511613266124010140511124
Binary10100111101011010110110101010001000001100000101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,14,90); }

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

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

 a { background-color: rgb(41,14,90); }

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

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

 span { border-color: rgb(41,14,90); }

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