#310F53

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

Shades of Christalle #310F53

Tints of Christalle #310F53

Color information

#310F53 (or 0x310F53) is unknown color: approx Christalle. HEX triplet: 31, 0F and 53. RGB value is (49,15,83). Sum of RGB (Red+Green+Blue) = 49+15+83=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #310F53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310F53 is #CEF0AC. Grayscale: #202020. Windows color (decimal): -13562029 or 5443377. OLE color: 5443377.

HSL color Cylindrical-coordinate representation of color #310F53: hue angle of 270º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #310F53 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB491583-
CMYK0.410.8200.67
HSL270º69.39%19.22%-
HSV(B)270º81.93%32.55%-
XYZ31.628.34-
YUV32.92156.26139.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 15 (6.25% from 255) = 10.20%
BLUE value IS 83 (32.81% from 255) = 56.46%
R=33.33%
G=10.20%
B=56.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4915830.410.8200.6727069.3919.22
Hex31F53295204310e4513
Octal611712351122010341610523
Binary11000111111010011101001101001001000011100001110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310F53; }

 p { color: rgb(49,15,83); }

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

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

 a { background-color: rgb(49,15,83); }

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

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

 span { border-color: rgb(49,15,83); }

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