#310159

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

Shades of Christalle #310159

Tints of Christalle #310159

Color information

#310159 (or 0x310159) is unknown color: approx Christalle. HEX triplet: 31, 01 and 59. RGB value is (49,1,89). Sum of RGB (Red+Green+Blue) = 49+1+89=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #310159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310159 is #CEFEA6. Grayscale: #191919. Windows color (decimal): -13565607 or 5833009. OLE color: 5833009.

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

Color convert

RGB49189-
CMYK0.450.9900.65
HSL272.73º97.78%17.65%-
HSV(B)272.73º98.88%34.9%-
XYZ3.081.49.56-
YUV25.38163.9144.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=35.25%
G=0.72%
B=64.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal491890.450.9900.65272.7397.7817.65
Hex311592D630411116212
Octal61113155143010142114222
Binary11000111011001101101110001101000001100010001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310159; }

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

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

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

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

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

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

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

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