#290860

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

Shades of Christalle #290860

Tints of Christalle #290860

Color information

#290860 (or 0x290860) is unknown color: approx Christalle. HEX triplet: 29, 08 and 60. RGB value is (41,8,96). Sum of RGB (Red+Green+Blue) = 41+8+96=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #290860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290860 is #D6F79F. Grayscale: #1B1B1B. Windows color (decimal): -14088096 or 6293545. OLE color: 6293545.

HSL color Cylindrical-coordinate representation of color #290860: hue angle of 262.5º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290860 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB41896-
CMYK0.570.9200.62
HSL262.5º84.62%20.39%-
HSV(B)262.5º91.67%37.65%-
XYZ3.111.4911.19-
YUV27.9166.43137.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 96 (37.89% from 255) = 66.21%
R=28.28%
G=5.52%
B=66.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal418960.570.9200.62262.584.6220.39
Hex29860395C03E1065514
Octal51101407113407640612524
Binary1010011000110000011100110111000111110100000110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290860; }

 p { color: rgb(41,8,96); }

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

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

 a { background-color: rgb(41,8,96); }

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

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

 span { border-color: rgb(41,8,96); }

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