#290558

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

Shades of Christalle #290558

Tints of Christalle #290558

Color information

#290558 (or 0x290558) is unknown color: approx Christalle. HEX triplet: 29, 05 and 58. RGB value is (41,5,88). Sum of RGB (Red+Green+Blue) = 41+5+88=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #290558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290558 is #D6FAA7. Grayscale: #181818. Windows color (decimal): -14088872 or 5768489. OLE color: 5768489.

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

Color convert

RGB41588-
CMYK0.530.9400.65
HSL266.02º89.25%18.24%-
HSV(B)266.02º94.32%34.51%-
XYZ2.731.289.34-
YUV25.23163.43139.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 88 (34.77% from 255) = 65.67%
R=30.60%
G=3.73%
B=65.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal415880.530.9400.65266.0289.2518.24
Hex29558355E04110a5912
Octal51513065136010141213122
Binary1010011011011000110101101111001000001100001010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290558; }

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

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

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

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

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

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

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

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