#310D64

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

Shades of Christalle #310D64

Tints of Christalle #310D64

Color information

#310D64 (or 0x310D64) is unknown color: approx Christalle. HEX triplet: 31, 0D and 64. RGB value is (49,13,100). Sum of RGB (Red+Green+Blue) = 49+13+100=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 100 (39.45% from 255 or 61.73% from 162); Max value from RGB is 100 - color contains mainly: blue. Hex color #310D64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D64 is #CEF29B. Grayscale: #212121. Windows color (decimal): -13562524 or 6556977. OLE color: 6556977.

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

Color convert

RGB4913100-
CMYK0.510.8700.61
HSL264.83º76.99%22.16%-
HSV(B)264.83º87%39.22%-
XYZ3.711.8612.22-
YUV33.68165.43138.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 100 (39.45% from 255) = 61.73%
R=30.25%
G=8.02%
B=61.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49131000.510.8700.61264.8376.9922.16
Hex31D64335703D1094d16
Octal61151446312707541111526
Binary1100011101110010011001110101110111101100001001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,13,100); }

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

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

 a { background-color: rgb(49,13,100); }

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

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

 span { border-color: rgb(49,13,100); }

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