#310158

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

Shades of Christalle #310158

Tints of Christalle #310158

Color information

#310158 (or 0x310158) is unknown color: approx Christalle. HEX triplet: 31, 01 and 58. RGB value is (49,1,88). Sum of RGB (Red+Green+Blue) = 49+1+88=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #310158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310158 is #CEFEA7. Grayscale: #181818. Windows color (decimal): -13565608 or 5767473. OLE color: 5767473.

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

Color convert

RGB49188-
CMYK0.440.9900.65
HSL273.1º97.75%17.45%-
HSV(B)273.1º98.86%34.51%-
XYZ3.041.389.34-
YUV25.27163.4144.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 88 (34.77% from 255) = 63.77%
R=35.51%
G=0.72%
B=63.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal491880.440.9900.65273.197.7517.45
Hex311582C630411116211
Octal61113054143010142114221
Binary11000111011000101100110001101000001100010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310158; }

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

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

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

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

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

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

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

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