#310F63

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

Shades of Christalle #310F63

Tints of Christalle #310F63

Color information

#310F63 (or 0x310F63) is unknown color: approx Christalle. HEX triplet: 31, 0F and 63. RGB value is (49,15,99). Sum of RGB (Red+Green+Blue) = 49+15+99=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #310F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310F63 is #CEF09C. Grayscale: #222222. Windows color (decimal): -13562013 or 6491953. OLE color: 6491953.

HSL color Cylindrical-coordinate representation of color #310F63: hue angle of 264.29º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #310F63 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB491599-
CMYK0.510.8500.61
HSL264.29º73.68%22.35%-
HSV(B)264.29º84.85%38.82%-
XYZ3.691.911.98-
YUV34.74164.26138.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 15 (6.25% from 255) = 9.20%
BLUE value IS 99 (39.06% from 255) = 60.74%
R=30.06%
G=9.20%
B=60.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4915990.510.8500.61264.2973.6822.35
Hex31F63335503D1084a16
Octal61171436312507541011226
Binary1100011111110001111001110101010111101100001000100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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