#290357

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

Shades of Christalle #290357

Tints of Christalle #290357

Color information

#290357 (or 0x290357) is unknown color: approx Christalle. HEX triplet: 29, 03 and 57. RGB value is (41,3,87). Sum of RGB (Red+Green+Blue) = 41+3+87=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 87 (34.38% from 255 or 66.41% from 131); Max value from RGB is 87 - color contains mainly: blue. Hex color #290357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290357 is #D6FCA8. Grayscale: #171717. Windows color (decimal): -14089385 or 5702441. OLE color: 5702441.

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

Color convert

RGB41387-
CMYK0.530.9700.66
HSL267.14º93.33%17.65%-
HSV(B)267.14º96.55%34.12%-
XYZ2.671.229.11-
YUV23.94163.59140.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 87 (34.38% from 255) = 66.41%
R=31.30%
G=2.29%
B=66.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal413870.530.9700.66267.1493.3317.65
Hex29357356104210b5d12
Octal51312765141010241313522
Binary101001111010111110101110000101000010100001011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290357; }

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

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

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

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

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

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

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

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