#310D5B

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

Shades of Christalle #310D5B

Tints of Christalle #310D5B

Color information

#310D5B (or 0x310D5B) is unknown color: approx Christalle. HEX triplet: 31, 0D and 5B. RGB value is (49,13,91). Sum of RGB (Red+Green+Blue) = 49+13+91=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #310D5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D5B is #CEF2A4. Grayscale: #202020. Windows color (decimal): -13562533 or 5967153. OLE color: 5967153.

HSL color Cylindrical-coordinate representation of color #310D5B: hue angle of 267.69º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310D5B is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB491391-
CMYK0.460.8600.64
HSL267.69º75%20.39%-
HSV(B)267.69º85.71%35.69%-
XYZ3.31.710.05-
YUV32.66160.93139.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.03%
GREEN value IS 13 (5.47% from 255) = 8.50%
BLUE value IS 91 (35.94% from 255) = 59.48%
R=32.03%
G=8.50%
B=59.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4913910.460.8600.64267.697520.39
Hex31D5B2E5604010c4b14
Octal611513356126010041411324
Binary11000111011011011101110101011001000000100001100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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