#290157

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

Shades of Christalle #290157

Tints of Christalle #290157

Color information

#290157 (or 0x290157) is unknown color: approx Christalle. HEX triplet: 29, 01 and 57. RGB value is (41,1,87). Sum of RGB (Red+Green+Blue) = 41+1+87=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #290157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290157 is #D6FEA8. Grayscale: #161616. Windows color (decimal): -14089897 or 5701929. OLE color: 5701929.

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

Color convert

RGB41187-
CMYK0.530.9900.66
HSL267.91º97.73%17.25%-
HSV(B)267.91º98.85%34.12%-
XYZ2.651.189.11-
YUV22.76164.25141.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.78%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 87 (34.38% from 255) = 67.44%
R=31.78%
G=0.78%
B=67.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal411870.530.9900.66267.9197.7317.25
Hex29157356304210c6211
Octal51112765143010241414221
Binary10100111010111110101110001101000010100001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290157; }

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

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

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

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

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

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

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

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