#250159

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

Shades of Christalle #250159

Tints of Christalle #250159

Color information

#250159 (or 0x250159) is unknown color: approx Christalle. HEX triplet: 25, 01 and 59. RGB value is (37,1,89). Sum of RGB (Red+Green+Blue) = 37+1+89=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #250159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250159 is #DAFEA6. Grayscale: #151515. Windows color (decimal): -14352039 or 5832997. OLE color: 5832997.

HSL color Cylindrical-coordinate representation of color #250159: hue angle of 264.55º 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 #250159 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB37189-
CMYK0.580.9900.65
HSL264.55º97.78%17.65%-
HSV(B)264.55º98.88%34.9%-
XYZ2.581.149.53-
YUV21.8165.93138.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 89 (35.16% from 255) = 70.08%
R=29.13%
G=0.79%
B=70.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal371890.580.9900.65264.5597.7817.65
Hex251593A630411096212
Octal45113172143010141114222
Binary10010111011001111010110001101000001100001001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250159; }

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

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

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

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

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

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

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

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