#290358

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

Shades of Christalle #290358

Tints of Christalle #290358

Color information

#290358 (or 0x290358) is unknown color: approx Christalle. HEX triplet: 29, 03 and 58. RGB value is (41,3,88). Sum of RGB (Red+Green+Blue) = 41+3+88=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #290358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290358 is #D6FCA7. Grayscale: #171717. Windows color (decimal): -14089384 or 5767977. OLE color: 5767977.

HSL color Cylindrical-coordinate representation of color #290358: hue angle of 266.82º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290358 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB41388-
CMYK0.530.9700.65
HSL266.82º93.41%17.84%-
HSV(B)266.82º96.59%34.51%-
XYZ2.711.249.33-
YUV24.05164.09140.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 88 (34.77% from 255) = 66.67%
R=31.06%
G=2.27%
B=66.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal413880.530.9700.65266.8293.4117.84
Hex29358356104110b5d12
Octal51313065141010141313522
Binary101001111011000110101110000101000001100001011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290358; }

 p { color: rgb(41,3,88); }

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

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

 a { background-color: rgb(41,3,88); }

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

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

 span { border-color: rgb(41,3,88); }

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