#240159

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

Shades of Christalle #240159

Tints of Christalle #240159

Color information

#240159 (or 0x240159) is unknown color: approx Christalle. HEX triplet: 24, 01 and 59. RGB value is (36,1,89). Sum of RGB (Red+Green+Blue) = 36+1+89=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #240159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240159 is #DBFEA6. Grayscale: #151515. Windows color (decimal): -14417575 or 5832996. OLE color: 5832996.

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

Color convert

RGB36189-
CMYK0.600.9900.65
HSL263.86º97.78%17.65%-
HSV(B)263.86º98.88%34.9%-
XYZ2.541.129.53-
YUV21.5166.1138.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.57%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 89 (35.16% from 255) = 70.63%
R=28.57%
G=0.79%
B=70.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal361890.600.9900.65263.8697.7817.65
Hex241593C630411086212
Octal44113174143010141014222
Binary10010011011001111100110001101000001100001000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240159; }

 p { color: rgb(36,1,89); }

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

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

 a { background-color: rgb(36,1,89); }

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

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

 span { border-color: rgb(36,1,89); }

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