#311556

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

Shades of Christalle #311556

Tints of Christalle #311556

Color information

#311556 (or 0x311556) is unknown color: approx Christalle. HEX triplet: 31, 15 and 56. RGB value is (49,21,86). Sum of RGB (Red+Green+Blue) = 49+21+86=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #311556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311556 is #CEEAA9. Grayscale: #242424. Windows color (decimal): -13560490 or 5641521. OLE color: 5641521.

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

Color convert

RGB492186-
CMYK0.430.7600.66
HSL265.85º60.75%20.98%-
HSV(B)265.85º75.58%33.73%-
XYZ3.211.868.99-
YUV36.78155.78136.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 86 (33.98% from 255) = 55.13%
R=31.41%
G=13.46%
B=55.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4921860.430.7600.66265.8560.7520.98
Hex3115562B4C04210a3d15
Octal61251265311401024127525
Binary11000110101101011010101110011000100001010000101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311556; }

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

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

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

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

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

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

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

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