#310c56

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

Shades of Christalle #310C56

Tints of Christalle #310C56

Color information

#310C56 (or 0x310C56) is unknown color: approx Christalle. HEX triplet: 31, 0C and 56. RGB value is (49,12,86). Sum of RGB (Red+Green+Blue) = 49+12+86=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #310C56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C56 is #CEF3A9. Grayscale: #1F1F1F. Windows color (decimal): -13562794 or 5639217. OLE color: 5639217.

HSL color Cylindrical-coordinate representation of color #310C56: hue angle of 270º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310C56 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB491286-
CMYK0.430.8600.66
HSL270º75.51%19.22%-
HSV(B)270º86.05%33.73%-
XYZ3.081.598.95-
YUV31.5158.76140.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 12 (5.08% from 255) = 8.16%
BLUE value IS 86 (33.98% from 255) = 58.50%
R=33.33%
G=8.16%
B=58.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4912860.430.8600.6627075.5119.22
Hex31C562B5604210e4c13
Octal611412653126010241611423
Binary11000111001010110101011101011001000010100001110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310c56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,12,86); }

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

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

 a { background-color: rgb(49,12,86); }

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

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

 span { border-color: rgb(49,12,86); }

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